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

Unified Diff: chrome/browser/autocomplete/autocomplete_classifier.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/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_;

Powered by Google App Engine
This is Rietveld 408576698