| Index: chrome/browser/browser_theme_provider.h
|
| ===================================================================
|
| --- chrome/browser/browser_theme_provider.h (revision 25836)
|
| +++ chrome/browser/browser_theme_provider.h (working copy)
|
| @@ -240,7 +240,7 @@
|
| 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_; }
|
|
|
|
|