Index: chrome/browser/extensions/api/managed_mode/managed_mode_api.h |
diff --git a/chrome/browser/extensions/api/managed_mode/managed_mode_api.h b/chrome/browser/extensions/api/managed_mode/managed_mode_api.h |
index af635ab2442a6cdf05da7980597ea20564bac34e..8085b7af12e390c521f4e362b895239ccaafa3b6 100644 |
--- a/chrome/browser/extensions/api/managed_mode/managed_mode_api.h |
+++ b/chrome/browser/extensions/api/managed_mode/managed_mode_api.h |
@@ -90,6 +90,9 @@ class ManagedModeAPI : public ProfileKeyedAPI, |
// ProfileKeyedService implementation. |
virtual void Shutdown() OVERRIDE; |
+ // ProfileKeyedAPIFactory implementation. |
+ static ProfileKeyedAPIFactory<ManagedModeAPI>* GetFactoryInstance(); |
+ |
// EventRouter::Observer implementation. |
virtual void OnListenerAdded(const extensions::EventListenerInfo& details) |
OVERRIDE; |
@@ -111,10 +114,6 @@ class ManagedModeAPI : public ProfileKeyedAPI, |
DISALLOW_COPY_AND_ASSIGN(ManagedModeAPI); |
}; |
-template <> |
-ProfileKeyedAPIFactory<ManagedModeAPI>* |
-ProfileKeyedAPIFactory<ManagedModeAPI>::GetInstance(); |
- |
} // namespace extensions |
#endif // CHROME_BROWSER_EXTENSIONS_API_MANAGED_MODE_MANAGED_MODE_API_H_ |