| 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 df52f80d440db9f10dba2d79091e84936473f8a2..b5daf352444a1f8dc9f7e1ee77d9e6a852e9037f 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 {
|
|
|