| Index: trunk/src/chrome/browser/sync/glue/frontend_data_type_controller.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/sync/glue/frontend_data_type_controller.h (revision 289354)
|
| +++ trunk/src/chrome/browser/sync/glue/frontend_data_type_controller.h (working copy)
|
| @@ -62,9 +62,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:
|
| friend class FrontendDataTypeControllerMock;
|
|
|