Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index 5010e97fdfd8d2edce72603aa5da44e5b33d0381..f6585a529f4cf7974ae4c254bffd9ee15a19c699 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -104,6 +104,7 @@ class OffTheRecordProfileImpl : public Profile { |
content::PushMessagingService* GetPushMessagingService() override; |
content::SSLHostStateDelegate* GetSSLHostStateDelegate() override; |
content::PermissionManager* GetPermissionManager() override; |
+ content::BackgroundFetchClient* GetBackgroundFetchClient() override; |
content::BackgroundSyncController* GetBackgroundSyncController() override; |
private: |