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

Unified Diff: chrome/browser/sync/internal_api/write_transaction.h

Issue 8470005: Add OVERRIDE to chrome/browser/sync/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes 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
Index: chrome/browser/sync/internal_api/write_transaction.h
diff --git a/chrome/browser/sync/internal_api/write_transaction.h b/chrome/browser/sync/internal_api/write_transaction.h
index e90abc7f467b20334c39442c0b11ae9b32ac4612..0c2a1ad7d7dc65d89242721d735455c4c91a920c 100644
--- a/chrome/browser/sync/internal_api/write_transaction.h
+++ b/chrome/browser/sync/internal_api/write_transaction.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_SYNC_INTERNAL_API_WRITE_TRANSACTION_H_
#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "chrome/browser/sync/internal_api/base_transaction.h"
namespace syncable {
@@ -32,7 +33,7 @@ class WriteTransaction : public BaseTransaction {
virtual ~WriteTransaction();
// Provide access to the syncable.h transaction from the API WriteNode.
- virtual syncable::BaseTransaction* GetWrappedTrans() const;
+ virtual syncable::BaseTransaction* GetWrappedTrans() const OVERRIDE;
syncable::WriteTransaction* GetWrappedWriteTrans() { return transaction_; }
protected:
« no previous file with comments | « chrome/browser/sync/internal_api/write_node.h ('k') | chrome/browser/sync/notifier/chrome_invalidation_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698