| 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 79e700c7c9c01c9c01c4b534b22d65e8d8f6aa81..47caa723e6c83edbf88960e27deba8a920cbb7ba 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -49,7 +49,8 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| virtual void AppendExtraCommandLineSwitches(CommandLine* command_line,
|
| int child_process_id) OVERRIDE;
|
| virtual std::string GetApplicationLocale() OVERRIDE;
|
| - virtual std::string GetAcceptLangs(const TabContents* tab) OVERRIDE;
|
| + virtual std::string GetAcceptLangs(
|
| + const content::BrowserContext* context) OVERRIDE;
|
| virtual SkBitmap* GetDefaultFavicon() OVERRIDE;
|
| virtual bool AllowAppCache(const GURL& manifest_url,
|
| const GURL& first_party,
|
|
|