| 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 8ee6947b941cfcb0589b2298ab04eae3ddaeecc0..dc314f0a17ebec8a0c706cafc4da5aa2a767215f 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -134,7 +134,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| virtual std::string GetApplicationLocale() OVERRIDE;
|
| virtual std::string GetAcceptLangs(
|
| content::BrowserContext* context) OVERRIDE;
|
| - virtual gfx::ImageSkia* GetDefaultFavicon() OVERRIDE;
|
| + virtual const gfx::ImageSkia* GetDefaultFavicon() OVERRIDE;
|
| virtual bool AllowAppCache(const GURL& manifest_url,
|
| const GURL& first_party,
|
| content::ResourceContext* context) OVERRIDE;
|
|
|