| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index b218326f6520b9704699d4dbc24fdb6d05308d31..cc5379dbdd65d1fc434d8a2e2596c4e28b89b221 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -188,7 +188,8 @@ class TestingProfile : public Profile {
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| - virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| + virtual content::ResourceContext* GetResourceContext(
|
| + content::SiteInstance* instance) OVERRIDE;
|
| virtual content::GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| virtual content::SpeechRecognitionPreferences*
|
|
|