Index: chrome/browser/extensions/api/history/history_api.h |
diff --git a/chrome/browser/extensions/api/history/history_api.h b/chrome/browser/extensions/api/history/history_api.h |
index 3d2dd04cd551fb9cae8676be6e8171045fe4d52d..d57547a09646dacf3330480f9b3e9ae1b3fa4746 100644 |
--- a/chrome/browser/extensions/api/history/history_api.h |
+++ b/chrome/browser/extensions/api/history/history_api.h |
@@ -84,6 +84,9 @@ class HistoryAPI : public ProfileKeyedAPI, |
scoped_ptr<HistoryEventRouter> history_event_router_; |
}; |
+template<> |
+void ProfileKeyedAPIFactory<HistoryAPI>::DeclareFactoryDependencies(); |
+ |
// Base class for history function APIs. |
class HistoryFunction : public AsyncExtensionFunction { |
protected: |