Index: chrome/browser/autocomplete/autocomplete_classifier.h |
diff --git a/chrome/browser/autocomplete/autocomplete_classifier.h b/chrome/browser/autocomplete/autocomplete_classifier.h |
index d0bffe754ce1eeab29a811ff71d88f0480c6d8e6..a5a7b10cefbe13ca65902f9c9ff93e3f9b8437f3 100644 |
--- a/chrome/browser/autocomplete/autocomplete_classifier.h |
+++ b/chrome/browser/autocomplete/autocomplete_classifier.h |
@@ -16,7 +16,7 @@ struct AutocompleteMatch; |
class GURL; |
class Profile; |
-class AutocompleteClassifier : public ProfileKeyedService { |
+class AutocompleteClassifier : public BrowserContextKeyedService { |
public: |
// Bitmap of AutocompleteProvider::Type values describing the default set of |
// providers queried for the omnibox. Intended to be passed to |
@@ -51,7 +51,7 @@ class AutocompleteClassifier : public ProfileKeyedService { |
GURL* alternate_nav_url); |
private: |
- // ProfileKeyedService: |
+ // BrowserContextKeyedService: |
virtual void Shutdown() OVERRIDE; |
scoped_ptr<AutocompleteController> controller_; |