Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / search / search_terms_tracker.cc
index a99f915..444ab5f 100644 (file)
@@ -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;
     }