summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_theme_provider.h')
-rw-r--r--chrome/browser/browser_theme_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h
index 0053ef2..b503b5c 100644
--- a/chrome/browser/browser_theme_provider.h
+++ b/chrome/browser/browser_theme_provider.h
@@ -240,7 +240,7 @@ class BrowserThemeProvider : public base::RefCounted<BrowserThemeProvider>,
virtual SkBitmap* LoadThemeBitmap(int id);
// Save the modified bitmap at image_cache_[id].
- virtual void SaveThemeBitmap(const std::string resource_name, int id);
+ virtual void SaveThemeBitmap(std::string resource_name, int id);
Profile* profile() { return profile_; }