Index: chrome/browser/sync/sync_error_notifier_ash_unittest.cc |
diff --git a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc |
index 601ac5e8b50fa638bd258aa67a8e630c7b8e5cac..9948d3220ac2e23a4a0929df2f0d9bef0dbf4f7a 100644 |
--- a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc |
+++ b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc |
@@ -72,7 +72,6 @@ class FakeLoginUI : public LoginUIService::LoginUI { |
private: |
// LoginUIService::LoginUI: |
void FocusUI() override { ++focus_ui_call_count_; } |
- void CloseUI() override {} |
int focus_ui_call_count_; |
}; |