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

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

Issue 343523003: Remove AutocompleteInput Type and PageClassification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 6 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/android/omnibox/autocomplete_controller_android.h
diff --git a/chrome/browser/android/omnibox/autocomplete_controller_android.h b/chrome/browser/android/omnibox/autocomplete_controller_android.h
index 582a3503e98e8ead8fa136250174f4c90db81214..454080f789be93a6030c2b9a1c3d9af73eef52a4 100644
--- a/chrome/browser/android/omnibox/autocomplete_controller_android.h
+++ b/chrome/browser/android/omnibox/autocomplete_controller_android.h
@@ -111,7 +111,7 @@ class AutocompleteControllerAndroid : public AutocompleteControllerDelegate,
const AutocompleteResult& autocomplete_result);
// Classifies the type of page we are on.
- AutocompleteInput::PageClassification ClassifyPage(
+ metrics::OmniboxEventProto::PageClassification ClassifyPage(
blundell 2014/06/18 16:21:38 nit: Does this not need a new include?
Jun Mukai 2014/06/18 18:01:37 including autocomplete_input.h will include the pr
const GURL& gurl,
bool is_query_in_omnibox,
bool focused_from_fakebox) const;

Powered by Google App Engine
This is Rietveld 408576698