| Index: sync/protocol/sync_protocol_error.h
|
| diff --git a/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h
|
| index 29b7f198c8913bcd8c31402e10abf91daa9fe552..359df591bd7592bdcb458814e39acf8c9329b031 100644
|
| --- a/sync/protocol/sync_protocol_error.h
|
| +++ b/sync/protocol/sync_protocol_error.h
|
| @@ -68,7 +68,7 @@ struct SyncProtocolError {
|
| std::string error_description;
|
| std::string url;
|
| ClientAction action;
|
| - syncable::ModelTypeSet error_data_types;
|
| + syncer::ModelTypeSet error_data_types;
|
| SyncProtocolError();
|
| ~SyncProtocolError();
|
| DictionaryValue* ToValue() const;
|
|
|