Index: chrome/browser/instant/instant_browsertest.cc |
diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc |
index d5cb8c84ee71541c3a180afc5db4bc4e17964a0f..c149544129f59a38f2ae5ff38b1ac98d5eb2185b 100644 |
--- a/chrome/browser/instant/instant_browsertest.cc |
+++ b/chrome/browser/instant/instant_browsertest.cc |
@@ -403,15 +403,15 @@ IN_PROC_BROWSER_TEST_F(InstantTest, RejectsURLs) { |
// Note that we are not actually navigating to these URLs yet. We are just |
// typing them into the omnibox (without pressing Enter) and checking that |
// Instant doesn't try to process them. |
- SetOmniboxText(chrome::kChromeUICrashURL); |
+ SetOmniboxText(content::kChromeUICrashURL); |
EXPECT_FALSE(instant()->IsPreviewingSearchResults()); |
EXPECT_TRUE(instant()->model()->mode().is_default()); |
- SetOmniboxText(chrome::kChromeUIHangURL); |
+ SetOmniboxText(content::kChromeUIHangURL); |
EXPECT_FALSE(instant()->IsPreviewingSearchResults()); |
EXPECT_TRUE(instant()->model()->mode().is_default()); |
- SetOmniboxText(chrome::kChromeUIKillURL); |
+ SetOmniboxText(content::kChromeUIKillURL); |
EXPECT_FALSE(instant()->IsPreviewingSearchResults()); |
EXPECT_TRUE(instant()->model()->mode().is_default()); |