| Index: chrome/test/base/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/base/testing_profile.h (revision 122771)
|
| +++ chrome/test/base/testing_profile.h (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
|
|
| namespace content {
|
| +class MockResourceContext;
|
| class SpeechInputPreferences;
|
| }
|
|
|
| @@ -384,6 +385,8 @@
|
| // 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_;
|
| };
|
|
|