| Index: sync/internal_api/public/change_record.h
|
| diff --git a/sync/internal_api/public/change_record.h b/sync/internal_api/public/change_record.h
|
| index 5b27285277ad799ba1a3f9c52fd2c72f99a63d4e..876e45033587dd818864afe5295a39dd2af655cf 100644
|
| --- a/sync/internal_api/public/change_record.h
|
| +++ b/sync/internal_api/public/change_record.h
|
| @@ -60,7 +60,7 @@ struct ChangeRecord {
|
|
|
| typedef std::vector<ChangeRecord> ChangeRecordList;
|
|
|
| -typedef syncer::Immutable<ChangeRecordList> ImmutableChangeRecordList;
|
| +typedef Immutable<ChangeRecordList> ImmutableChangeRecordList;
|
|
|
| } // namespace syncer
|
|
|
|
|