| Index: sync/syncable/in_memory_directory_backing_store.h
|
| diff --git a/sync/syncable/in_memory_directory_backing_store.h b/sync/syncable/in_memory_directory_backing_store.h
|
| index 15f3171f95b08fceb9288ff9b46884dcc45b7e25..7cb6b9f39cb1462e1d1389b2bcc1cec0c191759a 100644
|
| --- a/sync/syncable/in_memory_directory_backing_store.h
|
| +++ b/sync/syncable/in_memory_directory_backing_store.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "sync/syncable/directory_backing_store.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| // This implementation of DirectoryBackingStore is used in tests that do not
|
| @@ -28,5 +29,6 @@ class InMemoryDirectoryBackingStore : public DirectoryBackingStore {
|
| };
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_IN_MEMORY_DIRECTORY_BACKING_STORE_H_
|
|
|