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

Unified Diff: chrome/browser/webdata/web_intents_table.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (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/webdata/web_apps_table.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webdata/web_intents_table.h
diff --git a/chrome/browser/webdata/web_intents_table.h b/chrome/browser/webdata/web_intents_table.h
index 2cd20ab8f1f5a9e68812007db4134e1bb555c3ff..beb0c19acbbc708ec5abcc300ecf8291c8bd3d29 100644
--- a/chrome/browser/webdata/web_intents_table.h
+++ b/chrome/browser/webdata/web_intents_table.h
@@ -9,6 +9,7 @@
#include <vector>
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "base/string16.h"
#include "chrome/browser/webdata/web_database_table.h"
#include "webkit/glue/web_intent_service_data.h"
@@ -33,8 +34,8 @@ class WebIntentsTable : public WebDatabaseTable {
virtual ~WebIntentsTable();
// WebDatabaseTable implementation.
- virtual bool Init();
- virtual bool IsSyncable();
+ virtual bool Init() OVERRIDE;
+ virtual bool IsSyncable() OVERRIDE;
// Adds a web intent service to the WebIntents table.
// If |service| already exists, replaces it.
« no previous file with comments | « chrome/browser/webdata/web_apps_table.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698