diff options
Diffstat (limited to 'chrome/test/base/testing_profile.h')
-rw-r--r-- | chrome/test/base/testing_profile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h index d39f3a2..f4db9ab 100644 --- a/chrome/test/base/testing_profile.h +++ b/chrome/test/base/testing_profile.h @@ -16,6 +16,7 @@ #include "content/browser/appcache/chrome_appcache_service.h" namespace content { +class MockResourceContext; class SpeechInputPreferences; } @@ -384,6 +385,8 @@ class TestingProfile : public Profile { // testing. ProfileDependencyManager* profile_dependency_manager_; + scoped_ptr<content::MockResourceContext> resource_context_; + // Weak pointer to a delegate for indicating that a profile was created. Delegate* delegate_; }; |