summaryrefslogtreecommitdiffstats
path: root/sync/protocol/sync_protocol_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/protocol/sync_protocol_error.h')
-rw-r--r--sync/protocol/sync_protocol_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/protocol/sync_protocol_error.h b/sync/protocol/sync_protocol_error.h
index 29b7f19..359df59 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;