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

Unified Diff: chrome/browser/search/search_terms_tracker.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_terms_tracker.cc
diff --git a/chrome/browser/search/search_terms_tracker.cc b/chrome/browser/search/search_terms_tracker.cc
index a99f9158a744b91c901b7d78e968acdc2bcae9fe..444ab5fb49d9e313a798f34d126eb3ef4320b473 100644
--- a/chrome/browser/search/search_terms_tracker.cc
+++ b/chrome/browser/search/search_terms_tracker.cc
@@ -112,7 +112,7 @@ bool SearchTermsTracker::FindMostRecentSearch(
// Do not consider any navigations that precede a non-web-triggerable
// navigation as they are not related to those terms.
- if (!content::PageTransitionIsWebTriggerable(
+ if (!ui::PageTransitionIsWebTriggerable(
entry->GetTransitionType())) {
break;
}
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc ('k') | chrome/browser/search/search_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698