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

Unified Diff: sync/syncable/syncable-inl.h

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/syncable-inl.h
diff --git a/sync/syncable/syncable-inl.h b/sync/syncable/syncable-inl.h
index 5b8046ba1152843c9265cf94e5e99a8a02b9e27b..49b3bf8b86310119372c5552e51b7584d130822a 100644
--- a/sync/syncable/syncable-inl.h
+++ b/sync/syncable/syncable-inl.h
@@ -8,6 +8,7 @@
#include "sync/syncable/entry_kernel.h"
+namespace syncer {
namespace syncable {
template <typename FieldType, FieldType field_index>
@@ -20,5 +21,6 @@ class LessField {
};
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_SYNCABLE_INL_H_

Powered by Google App Engine
This is Rietveld 408576698