| Index: sync/test/engine/test_syncable_utils.h
|
| diff --git a/sync/test/engine/test_syncable_utils.h b/sync/test/engine/test_syncable_utils.h
|
| index 5076ebbfa048d5e51f161338fb13883803f9a917..7f162f70fc0badd97d7356e00cc5611cc0dbd352 100644
|
| --- a/sync/test/engine/test_syncable_utils.h
|
| +++ b/sync/test/engine/test_syncable_utils.h
|
| @@ -10,11 +10,15 @@
|
|
|
| #include <string>
|
|
|
| +#include "sync/internal_api/public/base/model_type.h"
|
| +
|
| namespace syncer {
|
| namespace syncable {
|
|
|
| class BaseTransaction;
|
| +class Directory;
|
| class Id;
|
| +class WriteTransaction;
|
|
|
| // Count the number of entries with a given name inside of a parent.
|
| // Useful to check folder structure and for porting older tests that
|
| @@ -34,6 +38,10 @@ Id GetOnlyEntryWithName(BaseTransaction* rtrans,
|
| const syncable::Id& parent_id,
|
| const std::string& name);
|
|
|
| +void CreateTypeRoot(WriteTransaction* trans,
|
| + syncable::Directory *dir,
|
| + ModelType type);
|
| +
|
| } // namespace syncable
|
| } // namespace syncer
|
|
|
|
|