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

Unified Diff: components/sync/engine_impl/syncer_unittest.cc

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 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 | « components/sync/engine_impl/sync_scheduler.h ('k') | components/sync/engine_impl/syncer_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/syncer_unittest.cc
diff --git a/components/sync/engine_impl/syncer_unittest.cc b/components/sync/engine_impl/syncer_unittest.cc
index a28f812489da876ef6a48d4c412df57be80ebacb..d2a761be69d707c81106116acb1f505a76db6f41 100644
--- a/components/sync/engine_impl/syncer_unittest.cc
+++ b/components/sync/engine_impl/syncer_unittest.cc
@@ -1,9 +1,6 @@
// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// Syncer unit tests. Unfortunately a lot of these tests
-// are outdated and need to be reworked and updated.
#include "components/sync/engine_impl/syncer.h"
@@ -175,6 +172,8 @@ void TypeDebugInfoCache::OnStatusCountersUpdated(
} // namespace
+// Syncer unit tests. Unfortunately a lot of these tests
+// are outdated and need to be reworked and updated.
class SyncerTest : public testing::Test,
public SyncCycle::Delegate,
public SyncEngineEventListener {
« no previous file with comments | « components/sync/engine_impl/sync_scheduler.h ('k') | components/sync/engine_impl/syncer_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698