Index: chrome/browser/extensions/install_tracker.h |
diff --git a/chrome/browser/extensions/install_tracker.h b/chrome/browser/extensions/install_tracker.h |
index d3e94a423e51ec622c7a62e2303a8884b336c6b1..c8b2c477fea278be2fce5a95f09582e16a57564e 100644 |
--- a/chrome/browser/extensions/install_tracker.h |
+++ b/chrome/browser/extensions/install_tracker.h |
@@ -22,7 +22,7 @@ namespace extensions { |
class ExtensionPrefs; |
-class InstallTracker : public ProfileKeyedService, |
+class InstallTracker : public BrowserContextKeyedService, |
public content::NotificationObserver { |
public: |
InstallTracker(Profile* profile, |
@@ -42,7 +42,7 @@ class InstallTracker : public ProfileKeyedService, |
int percent_downloaded); |
void OnInstallFailure(const std::string& extension_id); |
- // Overriddes for ProfileKeyedService: |
+ // Overriddes for BrowserContextKeyedService: |
virtual void Shutdown() OVERRIDE; |
// content::NotificationObserver |