Index: chrome/browser/autocomplete/autocomplete_provider.h |
diff --git a/chrome/browser/autocomplete/autocomplete_provider.h b/chrome/browser/autocomplete/autocomplete_provider.h |
index 950670db246b1760511b0e2d309b4925212d82dc..bcb513e7c32840cc815b70545ca9da2e2c0de686 100644 |
--- a/chrome/browser/autocomplete/autocomplete_provider.h |
+++ b/chrome/browser/autocomplete/autocomplete_provider.h |
@@ -207,6 +207,9 @@ class AutocompleteProvider |
// with the previous session. |
virtual void ResetSession(); |
+ // Returns whether |input| begins "http:" or "view-source:http:". |
+ static bool HasHTTPScheme(const string16& input); |
+ |
// A convenience function to call net::FormatUrl() with the current set of |
// "Accept Languages" when check_accept_lang is true. Otherwise, it's called |
// with an empty list. |
@@ -242,9 +245,6 @@ class AutocompleteProvider |
virtual ~AutocompleteProvider(); |
- // Returns whether |input| begins "http:" or "view-source:http:". |
- static bool HasHTTPScheme(const string16& input); |
- |
// Updates the starred state of each of the matches in matches_ from the |
// profile's bookmark bar model. |
void UpdateStarredStateOfMatches(); |