| Index: chrome/browser/sync/glue/fake_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/fake_data_type_controller.h b/chrome/browser/sync/glue/fake_data_type_controller.h
|
| index e8f4132efa5323aa6c38bb250bd5c3db605ed339..73abf870ffbc24814d47441d35ea4e8c5fccae21 100644
|
| --- a/chrome/browser/sync/glue/fake_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/fake_data_type_controller.h
|
| @@ -42,10 +42,6 @@ class FakeDataTypeController : public DataTypeController {
|
|
|
| virtual State state() const OVERRIDE;
|
|
|
| - virtual void OnUnrecoverableError(
|
| - const tracked_objects::Location& from_here,
|
| - const std::string& message) OVERRIDE;
|
| -
|
| virtual void OnSingleDatatypeUnrecoverableError(
|
| const tracked_objects::Location& from_here,
|
| const std::string& message) OVERRIDE;
|
| @@ -71,4 +67,3 @@ class FakeDataTypeController : public DataTypeController {
|
|
|
| } // namespace browser_sync
|
| #endif // CHROME_BROWSER_SYNC_GLUE_FAKE_DATA_TYPE_CONTROLLER_H__
|
| -
|
|
|