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

Unified Diff: chrome/browser/search/search_unittest.cc

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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/search/search_unittest.cc
diff --git a/chrome/browser/search/search_unittest.cc b/chrome/browser/search/search_unittest.cc
index 0326078de95aea0fe5ad782f86fb7083a40d7fc2..ad923b4a5221a34a5d7e091000bf89e47dff606f 100644
--- a/chrome/browser/search/search_unittest.cc
+++ b/chrome/browser/search/search_unittest.cc
@@ -291,7 +291,7 @@ TEST_F(SearchTest, ProcessIsolation_RendererInitiated) {
content::NavigationController::LoadURLParams load_params(
GURL(test.end_url));
load_params.is_renderer_initiated = true;
- load_params.transition_type = content::PAGE_TRANSITION_LINK;
+ load_params.transition_type = ui::PAGE_TRANSITION_LINK;
controller->LoadURLWithParams(load_params);
CommitPendingLoad(controller);
@@ -356,7 +356,7 @@ TEST_F(SearchTest, InstantNTPCustomNavigationEntry) {
controller.SetTransientEntry(
controller.CreateNavigationEntry(GURL("chrome://blank"),
content::Referrer(),
- content::PAGE_TRANSITION_LINK,
+ ui::PAGE_TRANSITION_LINK,
false,
std::string(),
contents->GetBrowserContext()));
« no previous file with comments | « chrome/browser/search/search_terms_tracker.cc ('k') | chrome/browser/search_engines/chrome_template_url_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698