| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 272841ccf95af74634c464ee910acfcfb90b7a5e..bf55546ce92d59591fa0bbf6c208f70e475353ec 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -34,7 +34,7 @@ class ProfilePolicyConnector;
|
| class SchemaRegistryService;
|
| }
|
|
|
| -namespace quota {
|
| +namespace storage {
|
| class SpecialStoragePolicy;
|
| }
|
|
|
| @@ -223,7 +223,7 @@ class TestingProfile : public Profile {
|
| int renderer_child_id) 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;
|
|
|
|
|