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

Unified Diff: sync/syncable/entry_kernel.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/entry.cc ('k') | sync/syncable/entry_kernel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/entry_kernel.h
diff --git a/sync/syncable/entry_kernel.h b/sync/syncable/entry_kernel.h
index 9314797faf7438bcbdf1a9dd386c6d088d27ad2a..fba1b8819936f620ad220472d5f4fec8183ec490 100644
--- a/sync/syncable/entry_kernel.h
+++ b/sync/syncable/entry_kernel.h
@@ -15,6 +15,7 @@
#include "sync/syncable/syncable_id.h"
#include "sync/util/time.h"
+namespace syncer {
namespace syncable {
// Things you need to update if you change any of the fields below:
@@ -319,5 +320,6 @@ base::ListValue* EntryKernelMutationMapToValue(
const EntryKernelMutationMap& mutations);
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_ENTRY_KERNEL_H_
« no previous file with comments | « sync/syncable/entry.cc ('k') | sync/syncable/entry_kernel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698