summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/sync_error_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/sync_error_controller.h')
-rw-r--r--chrome/browser/sync/sync_error_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_error_controller.h b/chrome/browser/sync/sync_error_controller.h
index 8784c3a..e8cd730 100644
--- a/chrome/browser/sync/sync_error_controller.h
+++ b/chrome/browser/sync/sync_error_controller.h
@@ -25,7 +25,7 @@ class SyncErrorController : public ProfileSyncServiceObserver {
};
explicit SyncErrorController(ProfileSyncService* service);
- virtual ~SyncErrorController();
+ ~SyncErrorController() override;
// True if there exists an error worth elevating to the user.
bool HasError();
@@ -34,7 +34,7 @@ class SyncErrorController : public ProfileSyncServiceObserver {
void RemoveObserver(Observer* observer);
// ProfileSyncServiceObserver:
- virtual void OnStateChanged() override;
+ void OnStateChanged() override;
private:
ProfileSyncService* service_;