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

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: 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/syncable-inl.h ('k') | sync/syncable/syncable_columns.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/syncable/syncable-inl.h ('k') | sync/syncable/syncable_columns.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698