| Index: trunk/src/components/sync_driver/proxy_data_type_controller.h
|
| ===================================================================
|
| --- trunk/src/components/sync_driver/proxy_data_type_controller.h (revision 289354)
|
| +++ trunk/src/components/sync_driver/proxy_data_type_controller.h (working copy)
|
| @@ -32,9 +32,8 @@
|
| virtual State state() const OVERRIDE;
|
|
|
| // DataTypeErrorHandler interface.
|
| - virtual void OnSingleDatatypeUnrecoverableError(
|
| - const tracked_objects::Location& from_here,
|
| - const std::string& message) OVERRIDE;
|
| + virtual void OnSingleDataTypeUnrecoverableError(
|
| + const syncer::SyncError& error) OVERRIDE;
|
|
|
| protected:
|
| // DataTypeController is RefCounted.
|
|
|