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

Unified Diff: chrome/browser/ui/search/instant_search_prerenderer_unittest.cc

Issue 328713006: Merge 275988 "Move about://-related constants from //content to ..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2042/src/
Patch Set: Created 6 years, 6 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/search/instant_search_prerenderer_unittest.cc
===================================================================
--- chrome/browser/ui/search/instant_search_prerenderer_unittest.cc (revision 276109)
+++ chrome/browser/ui/search/instant_search_prerenderer_unittest.cc (working copy)
@@ -173,7 +173,7 @@
void Init(bool prerender_search_results_base_page,
bool call_did_finish_load) {
- AddTab(browser(), GURL(content::kAboutBlankURL));
+ AddTab(browser(), GURL(url::kAboutBlankURL));
content::SessionStorageNamespaceMap session_storage_namespace_map;
session_storage_namespace_map[std::string()] =
@@ -304,7 +304,7 @@
EXPECT_NE(static_cast<PrerenderHandle*>(NULL), prerender_handle());
// Add a new tab to deactivate the current tab.
- AddTab(browser(), GURL(content::kAboutBlankURL));
+ AddTab(browser(), GURL(url::kAboutBlankURL));
EXPECT_EQ(2, browser()->tab_strip_model()->count());
// Make sure the pending prerender request is cancelled.
@@ -324,7 +324,7 @@
Init(true, true);
InstantSearchPrerenderer* prerenderer = GetInstantSearchPrerenderer();
content::WebContents* active_tab = GetActiveWebContents();
- EXPECT_EQ(GURL(content::kAboutBlankURL), active_tab->GetURL());
+ EXPECT_EQ(GURL(url::kAboutBlankURL), active_tab->GetURL());
// Allow prerendering only for search type AutocompleteMatch suggestions.
AutocompleteMatch search_type_match(NULL, 1100, false,
« no previous file with comments | « chrome/browser/ui/panels/panel_browsertest.cc ('k') | chrome/browser/ui/search/search_ipc_router_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698