Index: components/navigation_interception/intercept_navigation_throttle_unittest.cc |
diff --git a/components/navigation_interception/intercept_navigation_throttle_unittest.cc b/components/navigation_interception/intercept_navigation_throttle_unittest.cc |
index a32c2fc4429cb5c78dadb97ce5487217c8e5ba35..a6d27c4945d517894e1d68dc88e5570dc530345c 100644 |
--- a/components/navigation_interception/intercept_navigation_throttle_unittest.cc |
+++ b/components/navigation_interception/intercept_navigation_throttle_unittest.cc |
@@ -37,7 +37,7 @@ const char kTestUrl[] = "http://www.test.com/"; |
// that results in very ugly syntax, which is why these custom matchers are |
// used instead. |
MATCHER(NavigationParamsUrlIsTest, "") { |
- return arg.url() == GURL(kTestUrl); |
+ return arg.url() == kTestUrl; |
} |
} // namespace |