| Index: sync/syncable/syncable-inl.h
|
| diff --git a/sync/syncable/syncable-inl.h b/sync/syncable/syncable-inl.h
|
| index 5b8046ba1152843c9265cf94e5e99a8a02b9e27b..49b3bf8b86310119372c5552e51b7584d130822a 100644
|
| --- a/sync/syncable/syncable-inl.h
|
| +++ b/sync/syncable/syncable-inl.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "sync/syncable/entry_kernel.h"
|
|
|
| +namespace syncer {
|
| namespace syncable {
|
|
|
| template <typename FieldType, FieldType field_index>
|
| @@ -20,5 +21,6 @@ class LessField {
|
| };
|
|
|
| } // namespace syncable
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SYNCABLE_SYNCABLE_INL_H_
|
|
|