| Index: components/sync/engine_impl/cycle/test_util.h
|
| diff --git a/components/sync/engine_impl/cycle/test_util.h b/components/sync/engine_impl/cycle/test_util.h
|
| index 4a558d3d0c361a6ad94e2f77792cf47283a14cb7..cd49a66cfa9a1b7f8b6681bf683c6ddf2a0042d6 100644
|
| --- a/components/sync/engine_impl/cycle/test_util.h
|
| +++ b/components/sync/engine_impl/cycle/test_util.h
|
| @@ -1,8 +1,7 @@
|
| // Copyright (c) 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.
|
| -//
|
| -// Utils to simulate various outcomes of a sync cycle.
|
| +
|
| #ifndef COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_TEST_UTIL_H_
|
| #define COMPONENTS_SYNC_ENGINE_IMPL_CYCLE_TEST_UTIL_H_
|
|
|
| @@ -14,6 +13,8 @@
|
| namespace syncer {
|
| namespace test_util {
|
|
|
| +// Utils to simulate various outcomes of a sync cycle.
|
| +
|
| // Configure sync cycle successes and failures.
|
| void SimulateGetEncryptionKeyFailed(
|
| ModelTypeSet requested_types,
|
|
|