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); |
} |