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

Unified Diff: chrome/browser/history/top_sites_impl_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/history/top_sites_impl_unittest.cc
diff --git a/chrome/browser/history/top_sites_impl_unittest.cc b/chrome/browser/history/top_sites_impl_unittest.cc
index 9cd07aa5a3915d7d87ae1b4331f5f78b6dd9e4d9..168aa73ed5e250399a43a61b89f2aedd7bd2bb56 100644
--- a/chrome/browser/history/top_sites_impl_unittest.cc
+++ b/chrome/browser/history/top_sites_impl_unittest.cc
@@ -281,7 +281,7 @@ class TopSitesImplTest : public HistoryUnitTestBase {
redirects.push_back(url);
history_service()->AddPage(
url, base::Time::Now(), reinterpret_cast<ContextID>(1), 0, GURL(),
- redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
+ redirects, ui::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
false);
}
@@ -291,7 +291,7 @@ class TopSitesImplTest : public HistoryUnitTestBase {
redirects.push_back(url);
history_service()->AddPage(
url, base::Time::Now(), reinterpret_cast<ContextID>(1), 0, GURL(),
- redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
+ redirects, ui::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
false);
history_service()->SetPageTitle(url, title);
}
@@ -303,7 +303,7 @@ class TopSitesImplTest : public HistoryUnitTestBase {
base::Time time) {
history_service()->AddPage(
url, time, reinterpret_cast<ContextID>(1), 0, GURL(),
- redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
+ redirects, ui::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
false);
history_service()->SetPageTitle(url, title);
}
« no previous file with comments | « chrome/browser/history/shortcuts_database_unittest.cc ('k') | chrome/browser/history/typed_url_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698