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

Unified Diff: sync/syncable/entry_kernel.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/entry_kernel.cc
diff --git a/sync/syncable/entry_kernel.cc b/sync/syncable/entry_kernel.cc
index 99511d9e40db7e624a0957998b9bf0cb70718567..28b6b0fce39583b47917c5021466521af6132c2d 100644
--- a/sync/syncable/entry_kernel.cc
+++ b/sync/syncable/entry_kernel.cc
@@ -8,6 +8,7 @@
#include "sync/protocol/proto_value_conversions.h"
#include "sync/syncable/syncable_enum_conversions.h"
+namespace syncer {
namespace syncable {
EntryKernel::EntryKernel() : dirty_(false) {
@@ -148,4 +149,5 @@ DictionaryValue* EntryKernelMutationToValue(
return dict;
}
-}
+} // namespace syncer
+} // namespace syncable

Powered by Google App Engine
This is Rietveld 408576698