| Index: chrome/browser/extensions/api/tabs/tabs_windows_api.h
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs_windows_api.h b/chrome/browser/extensions/api/tabs/tabs_windows_api.h
|
| index b3fa9f5437ca2e4eddd2bb5d2e48ba6070c775fa..088a91a1561391f9548570ecc28e383702593843 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs_windows_api.h
|
| +++ b/chrome/browser/extensions/api/tabs/tabs_windows_api.h
|
| @@ -27,6 +27,9 @@ class TabsWindowsAPI : public ProfileKeyedAPI,
|
| // ProfileKeyedService implementation.
|
| virtual void Shutdown() OVERRIDE;
|
|
|
| + // ProfileKeyedAPI implementation.
|
| + static ProfileKeyedAPIFactory<TabsWindowsAPI>* GetFactoryInstance();
|
| +
|
| // EventRouter::Observer implementation.
|
| virtual void OnListenerAdded(const extensions::EventListenerInfo& details)
|
| OVERRIDE;
|
| @@ -45,10 +48,6 @@ class TabsWindowsAPI : public ProfileKeyedAPI,
|
| scoped_ptr<WindowsEventRouter> windows_event_router_;
|
| };
|
|
|
| -template <>
|
| -ProfileKeyedAPIFactory<TabsWindowsAPI>*
|
| -ProfileKeyedAPIFactory<TabsWindowsAPI>::GetInstance();
|
| -
|
| } // namespace extensions
|
|
|
| #endif // CHROME_BROWSER_EXTENSIONS_API_TABS_TABS_WINDOWS_API_H_
|
|
|