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

Unified Diff: chrome/browser/android/omnibox/autocomplete_controller_android.cc

Issue 1260033003: Partially componentize //chrome/browser/search/search.{h,cc} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/omnibox/autocomplete_controller_android.cc
diff --git a/chrome/browser/android/omnibox/autocomplete_controller_android.cc b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
index 8606f26ed96fa45023ee212fe94a384608b77627..098eaca2665fffcbc893941c3365829819766629 100644
--- a/chrome/browser/android/omnibox/autocomplete_controller_android.cc
+++ b/chrome/browser/android/omnibox/autocomplete_controller_android.cc
@@ -337,8 +337,8 @@ void AutocompleteControllerAndroid::OnResultChanged(
const AutocompleteResult::const_iterator default_match(
result.default_match());
if ((default_match != result.end()) && default_match_changed &&
- chrome::IsInstantExtendedAPIEnabled() &&
- chrome::ShouldPrefetchSearchResults()) {
+ search::IsInstantExtendedAPIEnabled() &&
+ search::ShouldPrefetchSearchResults()) {
InstantSuggestion prefetch_suggestion;
// If the default match should be prefetched, do that.
if (SearchProvider::ShouldPrefetch(*default_match)) {
« no previous file with comments | « no previous file | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698