Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: chrome/browser/ui/browser_browsertest.cc

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser_browsertest.cc
diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
index 43ca35392af70c3aa35e25a9a6f3b1be1c7afd72..bcd0d57f60cbf89b7b0ce03235bb94b59190dcdd 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -601,7 +601,7 @@ IN_PROC_BROWSER_TEST_F(BrowserTest, ClearPendingOnFailUnlessNTP) {
ASSERT_TRUE(test_server()->Start());
WebContents* web_contents =
browser()->tab_strip_model()->GetActiveWebContents();
- GURL ntp_url(chrome::GetNewTabPageURL(browser()->profile()));
+ GURL ntp_url(search::GetNewTabPageURL(browser()->profile()));
ui_test_utils::NavigateToURL(browser(), ntp_url);
// Navigate to a 204 URL (aborts with no content) on the NTP and make sure it

Powered by Google App Engine
This is Rietveld 408576698