| Index: components/sync/test/engine/test_syncable_utils.h
|
| diff --git a/components/sync/test/engine/test_syncable_utils.h b/components/sync/test/engine/test_syncable_utils.h
|
| index 497c48510acbd8586b9dc3bc9dc17a4679dc9648..ed782b7089168f8fb45a4e3e39835b187c68bc57 100644
|
| --- a/components/sync/test/engine/test_syncable_utils.h
|
| +++ b/components/sync/test/engine/test_syncable_utils.h
|
| @@ -1,9 +1,6 @@
|
| // 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.
|
| -//
|
| -// Utilities that are useful in verifying the state of items in a
|
| -// syncable database.
|
|
|
| #ifndef COMPONENTS_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
| #define COMPONENTS_SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
| @@ -21,6 +18,9 @@ class Directory;
|
| class Id;
|
| class WriteTransaction;
|
|
|
| +// Utilities that are useful in verifying the state of items in a
|
| +// syncable database.
|
| +
|
| // Count the number of entries with a given name inside of a parent.
|
| // Useful to check folder structure and for porting older tests that
|
| // rely on uniqueness inside of folders.
|
|
|