| Index: content/browser/mock_content_browser_client.h
|
| diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
|
| index 0742691d84fa562175cd4fe74f42ad51183ad41f..8152308e2e3a21b8db7d9242615aadeb54e40744 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -120,9 +120,7 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| virtual speech_input::SpeechInputManager* GetSpeechInputManager() OVERRIDE;
|
| virtual AccessTokenStore* CreateAccessTokenStore() OVERRIDE;
|
| virtual bool IsFastShutdownPossible() OVERRIDE;
|
| - virtual WebPreferences GetWebkitPrefs(
|
| - content::BrowserContext* browser_context,
|
| - bool is_web_ui) OVERRIDE;
|
| + virtual WebPreferences GetWebkitPrefs(RenderViewHost* rvh) OVERRIDE;
|
| virtual void UpdateInspectorSetting(RenderViewHost* rvh,
|
| const std::string& key,
|
| const std::string& value) OVERRIDE;
|
|
|