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

Unified Diff: sync/syncable/syncable_changes_version.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_changes_version.h
diff --git a/sync/syncable/syncable_changes_version.h b/sync/syncable/syncable_changes_version.h
index 38aae2c38a180ed6451f6d6c7faa4bef2788d26d..e42e70f66ebca5811d6e8cec385d557f07d16d89 100644
--- a/sync/syncable/syncable_changes_version.h
+++ b/sync/syncable/syncable_changes_version.h
@@ -6,6 +6,7 @@
#define SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_
#pragma once
+namespace syncer {
namespace syncable {
// For the most part, the sync engine treats version numbers as opaque values.
@@ -26,5 +27,6 @@ enum {
#define CHANGES_VERSION_STRING "-1"
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_SYNCABLE_CHANGES_VERSION_H_

Powered by Google App Engine
This is Rietveld 408576698