Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index b4fdc395c838396ece04e9049eb68b4112841e4d..e9b0e8830e57b1450df50e2df6c298d7d4f94368 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -300,7 +300,7 @@ class CONTENT_EXPORT ContentBrowserClient { |
virtual std::string GetAcceptLangs(BrowserContext* context); |
// Returns the default favicon. The callee doesn't own the given bitmap. |
- virtual gfx::ImageSkia* GetDefaultFavicon(); |
+ virtual const gfx::ImageSkia* GetDefaultFavicon(); |
// Allow the embedder to control if an AppCache can be used for the given url. |
// This is called on the IO thread. |