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

Unified Diff: chrome/browser/ui/cocoa/about_ipc_dialog.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 | « no previous file | chrome/browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/about_ipc_dialog.h
diff --git a/chrome/browser/ui/cocoa/about_ipc_dialog.h b/chrome/browser/ui/cocoa/about_ipc_dialog.h
index f93fff95d83f5a8b7403a79100a3e15fbdef19ad..bd18ea470935e3fc172aa4c806047f5b8b8bd1e6 100644
--- a/chrome/browser/ui/cocoa/about_ipc_dialog.h
+++ b/chrome/browser/ui/cocoa/about_ipc_dialog.h
@@ -26,7 +26,7 @@ class AboutIPCBridge : public IPC::Logging::Consumer {
virtual ~AboutIPCBridge() { }
// IPC::Logging::Consumer implementation.
- virtual void Log(const IPC::LogData& data);
+ virtual void Log(const IPC::LogData& data) OVERRIDE;
private:
AboutIPCController* controller_; // weak; owns me
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698