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

Unified Diff: sync/syncable/on_disk_directory_backing_store.cc

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/on_disk_directory_backing_store.h ('k') | sync/syncable/read_transaction.h » ('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.cc
diff --git a/sync/syncable/on_disk_directory_backing_store.cc b/sync/syncable/on_disk_directory_backing_store.cc
index 22ffb774ca55f537c8db822c013027a9dcb7f881..1f43da6ada6744be7eacba8293c0801d12b7c730 100644
--- a/sync/syncable/on_disk_directory_backing_store.cc
+++ b/sync/syncable/on_disk_directory_backing_store.cc
@@ -6,6 +6,7 @@
#include "base/logging.h"
+namespace syncer {
namespace syncable {
OnDiskDirectoryBackingStore::OnDiskDirectoryBackingStore(
@@ -39,3 +40,4 @@ DirOpenResult OnDiskDirectoryBackingStore::Load(
}
} // namespace syncable
+} // namespace syncer
« no previous file with comments | « sync/syncable/on_disk_directory_backing_store.h ('k') | sync/syncable/read_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698