Index: chrome/browser/extensions/api/web_navigation/web_navigation_api.h |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h |
index 6bf071e94f602b49866ed5c7e9a4f3a33d2d6549..1be2d841536333359940b44af5d9f582201c55b7 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h |
@@ -222,6 +222,9 @@ class WebNavigationAPI : public ProfileKeyedAPI, |
// ProfileKeyedService implementation. |
virtual void Shutdown() OVERRIDE; |
+ // ProfileKeyedAPI implementation. |
+ static ProfileKeyedAPIFactory<WebNavigationAPI>* GetFactoryInstance(); |
+ |
// EventRouter::Observer implementation. |
virtual void OnListenerAdded(const extensions::EventListenerInfo& details) |
OVERRIDE; |
@@ -243,10 +246,6 @@ class WebNavigationAPI : public ProfileKeyedAPI, |
DISALLOW_COPY_AND_ASSIGN(WebNavigationAPI); |
}; |
-template <> |
-ProfileKeyedAPIFactory<WebNavigationAPI>* |
-ProfileKeyedAPIFactory<WebNavigationAPI>::GetInstance(); |
- |
} // namespace extensions |
#endif // CHROME_BROWSER_EXTENSIONS_API_WEB_NAVIGATION_WEB_NAVIGATION_API_H_ |