| Index: sync/test/test_directory_backing_store.h
|
| diff --git a/sync/test/test_directory_backing_store.h b/sync/test/test_directory_backing_store.h
|
| index c78d27effb77c5f2cd9f34338b6fc0469c256c87..5ed119b063644f40f6a004782817b534229daca3 100644
|
| --- a/sync/test/test_directory_backing_store.h
|
| +++ b/sync/test/test_directory_backing_store.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "sync/syncable/directory_backing_store.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| // This implementation of DirectoryBackingStore does not manage its own
|
| @@ -49,5 +50,6 @@ class TestDirectoryBackingStore : public DirectoryBackingStore {
|
| };
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_TEST_TEST_DIRECTORY_BACKING_STORE_H_
|
|
|