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

Unified Diff: sync/syncable/model_type.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/model_type.cc
diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc
index 1eb4cc09b0160f987d712e797679098663bacfad..35bdc895d783bf22c0858d3b4032b3396c04c3f5 100644
--- a/sync/syncable/model_type.cc
+++ b/sync/syncable/model_type.cc
@@ -23,6 +23,7 @@
#include "sync/protocol/theme_specifics.pb.h"
#include "sync/protocol/typed_url_specifics.pb.h"
+namespace syncer {
namespace syncable {
void AddDefaultFieldValue(syncable::ModelType datatype,
@@ -540,3 +541,4 @@ bool IsRealDataType(ModelType model_type) {
}
} // namespace syncable
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698