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 cdc8406268d08d0bc2a2dfbd94814c64cf601319..8a1c671e8b44e8914df6b76c955c496bfbd23772 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -50,7 +50,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( |
+ content::BrowserContext* context) OVERRIDE; |
virtual SkBitmap* GetDefaultFavicon() OVERRIDE; |
virtual bool AllowAppCache(const GURL& manifest_url, |
const GURL& first_party, |