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

Unified Diff: chrome/browser/sync/abstract_profile_sync_service_test.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
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/abstract_profile_sync_service_test.h
diff --git a/chrome/browser/sync/abstract_profile_sync_service_test.h b/chrome/browser/sync/abstract_profile_sync_service_test.h
index c6cb7799234014b2a9ab0eee3fa5719e7c60e1a8..7cfb49a73f327e1a808e78ba2ce215cc4ebe60d5 100644
--- a/chrome/browser/sync/abstract_profile_sync_service_test.h
+++ b/chrome/browser/sync/abstract_profile_sync_service_test.h
@@ -8,6 +8,7 @@
#include <string>
+#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
#include "base/message_loop.h"
#include "base/task.h"
@@ -52,9 +53,9 @@ class AbstractProfileSyncServiceTest : public testing::Test {
AbstractProfileSyncServiceTest();
virtual ~AbstractProfileSyncServiceTest();
- virtual void SetUp();
+ virtual void SetUp() OVERRIDE;
- virtual void TearDown();
+ virtual void TearDown() OVERRIDE;
bool CreateRoot(syncable::ModelType model_type);
@@ -74,7 +75,7 @@ class CreateRootTask : public Task {
syncable::ModelType model_type);
virtual ~CreateRootTask();
- virtual void Run();
+ virtual void Run() OVERRIDE;
bool success();
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698