| Index: chrome/browser/icon_manager.h
|
| diff --git a/chrome/browser/icon_manager.h b/chrome/browser/icon_manager.h
|
| index 3622203244cc9eff5fdf4f3a3f1dc8bf5a32c547..dd68af609ac8a7dd5225f4c08b58fb96769302e7 100644
|
| --- a/chrome/browser/icon_manager.h
|
| +++ b/chrome/browser/icon_manager.h
|
| @@ -85,7 +85,7 @@ class IconManager : public IconLoader::Delegate,
|
| const IconRequestCallback& callback);
|
|
|
| // IconLoader::Delegate interface.
|
| - virtual bool OnImageLoaded(IconLoader* source, gfx::Image* result);
|
| + virtual bool OnImageLoaded(IconLoader* source, gfx::Image* result) OVERRIDE;
|
|
|
| // Get the identifying string for the given file. The implementation
|
| // is in icon_manager_[platform].cc.
|
|
|