Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: sync/syncable/on_disk_directory_backing_store.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/syncable/nigori_util_unittest.cc ('k') | sync/syncable/on_disk_directory_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/syncable/nigori_util_unittest.cc ('k') | sync/syncable/on_disk_directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698