| Index: trunk/src/components/sync_driver/fake_data_type_controller.h
|
| ===================================================================
|
| --- trunk/src/components/sync_driver/fake_data_type_controller.h (revision 289354)
|
| +++ trunk/src/components/sync_driver/fake_data_type_controller.h (working copy)
|
| @@ -33,9 +33,8 @@
|
| virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
| virtual ChangeProcessor* GetChangeProcessor() const OVERRIDE;
|
| virtual State state() const OVERRIDE;
|
| - virtual void OnSingleDatatypeUnrecoverableError(
|
| - const tracked_objects::Location& from_here,
|
| - const std::string& message) OVERRIDE;
|
| + virtual void OnSingleDataTypeUnrecoverableError(
|
| + const syncer::SyncError& error) OVERRIDE;
|
| virtual bool ReadyForStart() const OVERRIDE;
|
|
|
| void FinishStart(ConfigureResult result);
|
|
|