| Index: chrome/test/testing_profile.h | 
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h | 
| index 154294f2691c54cd50080a69df0a12e5bd1485f6..5b7268935446cc6d7963350bf8468b7fbd9a2de4 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; | 
| } | 
| @@ -210,6 +214,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(); | 
|  |