summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/backend_unrecoverable_error_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/backend_unrecoverable_error_handler.h')
-rw-r--r--chrome/browser/sync/backend_unrecoverable_error_handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/sync/backend_unrecoverable_error_handler.h b/chrome/browser/sync/backend_unrecoverable_error_handler.h
index 49ff801..d73fa5a 100644
--- a/chrome/browser/sync/backend_unrecoverable_error_handler.h
+++ b/chrome/browser/sync/backend_unrecoverable_error_handler.h
@@ -21,9 +21,9 @@ class BackendUnrecoverableErrorHandler
public:
BackendUnrecoverableErrorHandler(
const syncer::WeakHandle<ProfileSyncService>& service);
- virtual ~BackendUnrecoverableErrorHandler();
- virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
- const std::string& message) override;
+ ~BackendUnrecoverableErrorHandler() override;
+ void OnUnrecoverableError(const tracked_objects::Location& from_here,
+ const std::string& message) override;
private:
syncer::WeakHandle<ProfileSyncService> service_;