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

Unified Diff: sync/syncable/in_memory_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: 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
Index: sync/syncable/in_memory_directory_backing_store.cc
diff --git a/sync/syncable/in_memory_directory_backing_store.cc b/sync/syncable/in_memory_directory_backing_store.cc
index a737ae0361b4205f8fe3664a47ec389cc86e1b7b..b2797a77a4eaddbbc569850c141ced238c3cde3e 100644
--- a/sync/syncable/in_memory_directory_backing_store.cc
+++ b/sync/syncable/in_memory_directory_backing_store.cc
@@ -4,6 +4,7 @@
#include "sync/syncable/in_memory_directory_backing_store.h"
+namespace syncer {
namespace syncable {
InMemoryDirectoryBackingStore::InMemoryDirectoryBackingStore(
@@ -32,3 +33,4 @@ DirOpenResult InMemoryDirectoryBackingStore::Load(
}
} // namespace syncable
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698