| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 3869b9af53ecb3d438867be113492ca6375c7575..907b474e44c1b4476d01404d26bef20e4b553ad6 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -90,7 +90,7 @@ class ProfileImpl : public Profile {
|
| bool in_memory) OVERRIDE;
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
|
| - virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| + virtual storage::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
| virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
|
|
|
|
|