| Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| index fd4d02fd3cae4c80ba48f1b83c42532942e23c42..262bc8d2ff8b8c163ef7a1f4c432f4f3f82d06fd 100644
|
| --- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
|
| @@ -52,7 +52,7 @@ class ExtensionIconColorManager : public ExtensionIconManager {
|
| virtual ~ExtensionIconColorManager() {}
|
|
|
| virtual void OnImageLoaded(const std::string& extension_id,
|
| - const gfx::Image& image) OVERRIDE {
|
| + const gfx::Image& image) override {
|
| ExtensionIconManager::OnImageLoaded(extension_id, image);
|
| handler_->NotifyAppIconReady(extension_id);
|
| }
|
|
|