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

Unified Diff: chrome/browser/extensions/activity_log/activity_log.h

Issue 197413002: Move extensions-related files to using //components/keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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/extensions/api/autotest_private/autotest_private_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/activity_log.h
diff --git a/chrome/browser/extensions/activity_log/activity_log.h b/chrome/browser/extensions/activity_log/activity_log.h
index 8040c2ef1d387bad95aeac14b555bd44b99ed194..a959d2b00337cafe9f3782bdea0920e23f6c616b 100644
--- a/chrome/browser/extensions/activity_log/activity_log.h
+++ b/chrome/browser/extensions/activity_log/activity_log.h
@@ -53,7 +53,7 @@ class ActivityLog : public BrowserContextKeyedAPI,
static BrowserContextKeyedAPIFactory<ActivityLog>* GetFactoryInstance();
- // ActivityLog is a BrowserContextKeyedService, so don't instantiate it with
+ // ActivityLog is a KeyedService, so don't instantiate it with
// the constructor; use GetInstance instead.
static ActivityLog* GetInstance(content::BrowserContext* context);
@@ -98,7 +98,7 @@ class ActivityLog : public BrowserContextKeyedAPI,
const std::string& api_name,
scoped_ptr<base::ListValue> event_args) OVERRIDE;
- // BrowserContextKeyedService
+ // KeyedService
virtual void Shutdown() OVERRIDE;
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
« no previous file with comments | « no previous file | chrome/browser/extensions/api/autotest_private/autotest_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698