| Index: sync/syncable/on_disk_directory_backing_store.h
|
| diff --git a/sync/syncable/on_disk_directory_backing_store.h b/sync/syncable/on_disk_directory_backing_store.h
|
| index 9c114a52c7ca4e46832b826e532ccde5289bcfdc..5576a9ba927d4b178500a1ca879911102ea65c73 100644
|
| --- a/sync/syncable/on_disk_directory_backing_store.h
|
| +++ b/sync/syncable/on_disk_directory_backing_store.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/file_path.h"
|
| #include "sync/syncable/directory_backing_store.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| // This is the concrete class that provides a useful implementation of
|
| @@ -26,5 +27,6 @@ class OnDiskDirectoryBackingStore : public DirectoryBackingStore {
|
| };
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_ON_DISK_DIRECTORY_BACKING_STORE_H_
|
|
|