| 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..6fe1885ed70a157acffd266299fbba1da326b527 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -105,6 +105,8 @@ class OffTheRecordProfileImpl : public Profile {
|
| content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| content::PermissionManager* GetPermissionManager() override;
|
| content::BackgroundSyncController* GetBackgroundSyncController() override;
|
| + content::BrowsingDataRemoverDelegate* GetBrowsingDataRemoverDelegate()
|
| + override;
|
|
|
| private:
|
| void InitIoData();
|
|
|