Index: android_webview/browser/aw_content_browser_client.h |
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h |
index 8bec84aa865c9e3fc155d23ffbeefedb8bb557ad..bf4abd25ba1c578abfdf4576a3c8905114dc4b4a 100644 |
--- a/android_webview/browser/aw_content_browser_client.h |
+++ b/android_webview/browser/aw_content_browser_client.h |
@@ -57,7 +57,7 @@ class AwContentBrowserClient : public content::ContentBrowserClient { |
int child_process_id) OVERRIDE; |
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; |