| 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_
|
|
|