| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 8b519d2c5ea5939a390bf7de19dd93fdc55ca449..aa82fa7c50a8dccb8151599718a35d64d8d4ab78 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -12,6 +12,10 @@
|
| #include "base/timer.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|
| +namespace content {
|
| +class ResourceContextGetter;
|
| +}
|
| +
|
| namespace history {
|
| class TopSites;
|
| }
|
| @@ -207,6 +211,8 @@ class TestingProfile : public Profile {
|
| virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp(
|
| const std::string& app_id);
|
|
|
| + virtual const content::ResourceContext& GetResourceContext();
|
| +
|
| virtual net::SSLConfigService* GetSSLConfigService();
|
| virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher();
|
| virtual FindBarState* GetFindBarState();
|
|
|