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

Unified Diff: sync/internal_api/sync_rollback_manager_unittest.cc

Issue 1104543005: Update {virtual,override} to follow C++11 style in sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months 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 | « sync/internal_api/sync_manager_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/sync_rollback_manager_unittest.cc
diff --git a/sync/internal_api/sync_rollback_manager_unittest.cc b/sync/internal_api/sync_rollback_manager_unittest.cc
index c03343df916be9c1d93070ef790b99ee4ca9cba8..31ffd14a21d82225b182481683d1c87e7f3cd54d 100644
--- a/sync/internal_api/sync_rollback_manager_unittest.cc
+++ b/sync/internal_api/sync_rollback_manager_unittest.cc
@@ -68,7 +68,7 @@ class TestChangeDelegate : public SyncManager::ChangeDelegate {
class SyncRollbackManagerTest : public testing::Test,
public SyncManager::Observer {
protected:
- virtual void SetUp() override {
+ void SetUp() override {
CHECK(temp_dir_.CreateUniqueTempDir());
worker_ = new FakeModelWorker(GROUP_UI);
« no previous file with comments | « sync/internal_api/sync_manager_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698