| Index: components/navigation_interception/BUILD.gn
|
| diff --git a/components/navigation_interception/BUILD.gn b/components/navigation_interception/BUILD.gn
|
| index 12456ff30d6a1206f8780ca951a6f1a1662046db..f268510b5b909b633f3234224bf12a4ebaa73252 100644
|
| --- a/components/navigation_interception/BUILD.gn
|
| +++ b/components/navigation_interception/BUILD.gn
|
| @@ -8,8 +8,8 @@ if (is_android) {
|
|
|
| source_set("navigation_interception") {
|
| sources = [
|
| - "intercept_navigation_resource_throttle.cc",
|
| - "intercept_navigation_resource_throttle.h",
|
| + "intercept_navigation_throttle.cc",
|
| + "intercept_navigation_throttle.h",
|
| "navigation_params.cc",
|
| "navigation_params.h",
|
| ]
|
| @@ -49,7 +49,7 @@ if (is_android) {
|
| source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| - "intercept_navigation_resource_throttle_unittest.cc",
|
| + "intercept_navigation_throttle_unittest.cc",
|
| ]
|
| deps = [
|
| ":navigation_interception",
|
|
|