| Index: chrome/browser/themes/theme_service.h
|
| diff --git a/chrome/browser/themes/theme_service.h b/chrome/browser/themes/theme_service.h
|
| index d8e02262b2cd2f37e4adc6f59b65403a0894882e..7c88b9f8ea7bb511ce7940c94e6d8fef1131f9ce 100644
|
| --- a/chrome/browser/themes/theme_service.h
|
| +++ b/chrome/browser/themes/theme_service.h
|
| @@ -249,7 +249,7 @@ class ThemeService : public base::NonThreadSafe,
|
| //
|
| // TODO(erg): Make this part of the ui::ThemeProvider and the main way to get
|
| // theme properties out of the theme provider since it's cross platform.
|
| - gfx::Image GetImageNamed(int id, bool incognito) const;
|
| + const gfx::Image& GetImageNamed(int id, bool incognito) const;
|
|
|
| // Called when the extension service is ready.
|
| void OnExtensionServiceReady();
|
|
|