diff --git a/blink/OWNERS b/blink/OWNERS
index 79837a27b5f86..112227e56c119 100644
--- a/blink/OWNERS
+++ b/blink/OWNERS
@@ -1,3 +1,3 @@
-file://third_party/WebKit/API_OWNERS
+file://third_party/blink/API_OWNERS
 
 # COMPONENT: Blink
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/OWNERS b/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/OWNERS
index 95fbf480bd023..d0b8610d7bda2 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/OWNERS
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/OWNERS
@@ -2,4 +2,4 @@ set noparent
 
 # Web-exposed API changes may require approval from blink API OWNERS.
 # See http://www.chromium.org/blink#new-features for details.
-file://third_party/WebKit/API_OWNERS
+file://third_party/blink/API_OWNERS
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/OWNERS b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/OWNERS
index 95fbf480bd023..d0b8610d7bda2 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/OWNERS
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/OWNERS
@@ -2,4 +2,4 @@ set noparent
 
 # Web-exposed API changes may require approval from blink API OWNERS.
 # See http://www.chromium.org/blink#new-features for details.
-file://third_party/WebKit/API_OWNERS
+file://third_party/blink/API_OWNERS
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/OWNERS b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/OWNERS
index 95fbf480bd023..d0b8610d7bda2 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/OWNERS
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/OWNERS
@@ -2,4 +2,4 @@ set noparent
 
 # Web-exposed API changes may require approval from blink API OWNERS.
 # See http://www.chromium.org/blink#new-features for details.
-file://third_party/WebKit/API_OWNERS
+file://third_party/blink/API_OWNERS
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/OWNERS b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/OWNERS
index 95fbf480bd023..d0b8610d7bda2 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/OWNERS
+++ b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/OWNERS
@@ -2,4 +2,4 @@ set noparent
 
 # Web-exposed API changes may require approval from blink API OWNERS.
 # See http://www.chromium.org/blink#new-features for details.
-file://third_party/WebKit/API_OWNERS
+file://third_party/blink/API_OWNERS
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/OWNERS b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/OWNERS
index 95fbf480bd023..d0b8610d7bda2 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/OWNERS
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/OWNERS
@@ -2,4 +2,4 @@ set noparent
 
 # Web-exposed API changes may require approval from blink API OWNERS.
 # See http://www.chromium.org/blink#new-features for details.
-file://third_party/WebKit/API_OWNERS
+file://third_party/blink/API_OWNERS
diff --git a/third_party/WebKit/API_OWNERS b/third_party/blink/API_OWNERS
similarity index 100%
rename from third_party/WebKit/API_OWNERS
rename to third_party/blink/API_OWNERS
diff --git a/third_party/blink/renderer/platform/OWNERS b/third_party/blink/renderer/platform/OWNERS
index d52a1b2e05477..55624d9945cae 100644
--- a/third_party/blink/renderer/platform/OWNERS
+++ b/third_party/blink/renderer/platform/OWNERS
@@ -24,7 +24,7 @@ wangxianzhu@chromium.org
 # Any API or core owner can also approve changes to runtime-enabled features.
 # Please make sure to get a review from someone with expertise on the feature
 # you are changing.
-per-file runtime_enabled_features.json5=file://third_party/WebKit/API_OWNERS
+per-file runtime_enabled_features.json5=file://third_party/blink/API_OWNERS
 per-file runtime_enabled_features.json5=file://third_party/blink/renderer/core/OWNERS
 
 # COMPONENT: Platform