| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 07977bc2d35b8d5a516137e737aefb6848600ee6..44564a37ba5e4d54ecf83caffab17b7fba8c54a5 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -390,6 +390,9 @@ class TestingProfile : public Profile {
|
| ProfileDependencyManager* profile_dependency_manager_;
|
|
|
| scoped_refptr<ChromeAppCacheService> appcache_service_;
|
| +
|
| + // The QuotaManager, created if GetQuotaManager is invoked.
|
| + scoped_refptr<quota::QuotaManager> quota_manager_;
|
| };
|
|
|
| #endif // CHROME_TEST_TESTING_PROFILE_H_
|
|
|