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

Unified Diff: content/common/db_message_filter.h

Issue 8587009: Add OVERRIDE to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « content/common/child_trace_message_filter.h ('k') | content/common/file_system/file_system_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/db_message_filter.h
diff --git a/content/common/db_message_filter.h b/content/common/db_message_filter.h
index 954716686b364b0dee639742bd58085623f14511..29d45d0c85b759319d2ce96937df5b3adfd74253 100644
--- a/content/common/db_message_filter.h
+++ b/content/common/db_message_filter.h
@@ -15,7 +15,7 @@ class DBMessageFilter : public IPC::ChannelProxy::MessageFilter {
DBMessageFilter();
private:
- virtual bool OnMessageReceived(const IPC::Message& message);
+ virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
void OnDatabaseUpdateSize(const string16& origin_identifier,
const string16& database_name,
« no previous file with comments | « content/common/child_trace_message_filter.h ('k') | content/common/file_system/file_system_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698