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