| 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 c10b5e2ceb417e58be5bede09071ab4dab759ec9..5ab4b0a2dd88bb2090539990c81effd29e2c8372 100644
|
| --- a/sync/test/engine/test_syncable_utils.h
|
| +++ b/sync/test/engine/test_syncable_utils.h
|
| @@ -11,6 +11,7 @@
|
|
|
| #include <string>
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| class BaseTransaction;
|
| @@ -35,5 +36,6 @@ Id GetOnlyEntryWithName(BaseTransaction* rtrans,
|
| const std::string& name);
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_TEST_ENGINE_TEST_SYNCABLE_UTILS_H_
|
|
|