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

Unified Diff: chrome/browser/ui/cocoa/command_observer_bridge.h

Issue 8603006: Add OVERRIDE to chrome/browser/ui/cocoa/. (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/ui/cocoa/cocoa_profile_test.h ('k') | chrome/browser/ui/cocoa/constrained_window_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/command_observer_bridge.h
diff --git a/chrome/browser/ui/cocoa/command_observer_bridge.h b/chrome/browser/ui/cocoa/command_observer_bridge.h
index 74179dd038e8d545c9f04c235b2aece63ccf7992..a10c918b6914db62f6d8b61a15b1a7779ea1e5ed 100644
--- a/chrome/browser/ui/cocoa/command_observer_bridge.h
+++ b/chrome/browser/ui/cocoa/command_observer_bridge.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 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.
@@ -8,6 +8,7 @@
#import <Cocoa/Cocoa.h>
+#include "base/compiler_specific.h"
#include "chrome/browser/command_updater.h"
@protocol CommandObserverProtocol;
@@ -31,7 +32,8 @@ class CommandObserverBridge : public CommandUpdater::CommandObserver {
protected:
// Overridden from CommandUpdater::CommandObserver
- virtual void EnabledStateChangedForCommand(int command, bool enabled);
+ virtual void EnabledStateChangedForCommand(int command,
+ bool enabled) OVERRIDE;
private:
id<CommandObserverProtocol> observer_; // weak, owns me
« no previous file with comments | « chrome/browser/ui/cocoa/cocoa_profile_test.h ('k') | chrome/browser/ui/cocoa/constrained_window_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698