Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index f978af8f23f34e8af6235282eec8677972031881..f0ddbb8f4c7db982a870fffc410c09b40b228e76 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -42,7 +42,8 @@ class ChromeContentBrowserClient : public content::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, |