Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1836)

Unified Diff: chrome/browser/extensions/extension_icon_manager.h

Issue 8473003: Add OVERRIDE to chrome/browser/extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/extension_i18n_api.h ('k') | chrome/browser/extensions/extension_idle_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_icon_manager.h
diff --git a/chrome/browser/extensions/extension_icon_manager.h b/chrome/browser/extensions/extension_icon_manager.h
index 6ce37a1faddec48aeff381984214c4b71cfc1e7b..a4a7813e49acbb09bdcc9b55b35e3e19728e4bce 100644
--- a/chrome/browser/extensions/extension_icon_manager.h
+++ b/chrome/browser/extensions/extension_icon_manager.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -35,7 +35,7 @@ class ExtensionIconManager : public ImageLoadingTracker::Observer {
// Implements the ImageLoadingTracker::Observer interface.
virtual void OnImageLoaded(SkBitmap* image, const ExtensionResource& resource,
- int index);
+ int index) OVERRIDE;
void set_monochrome(bool value) { monochrome_ = value; }
void set_padding(const gfx::Insets& value) { padding_ = value; }
« no previous file with comments | « chrome/browser/extensions/extension_i18n_api.h ('k') | chrome/browser/extensions/extension_idle_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698