| Index: sync/syncable/syncable_columns.h
|
| diff --git a/sync/syncable/syncable_columns.h b/sync/syncable/syncable_columns.h
|
| index faf0da7e21c51bd9fd9220c1e7081886aeec5e13..3ed3e1b2b049ac060f682472d0c7893047e755e0 100644
|
| --- a/sync/syncable/syncable_columns.h
|
| +++ b/sync/syncable/syncable_columns.h
|
| @@ -9,6 +9,7 @@
|
| #include "sync/syncable/entry_kernel.h"
|
| #include "sync/syncable/syncable_changes_version.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| struct ColumnSpec {
|
| @@ -70,5 +71,6 @@ static inline const char* ColumnName(int field) {
|
| }
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_SYNCABLE_COLUMNS_H_
|
|
|