Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(881)

Unified Diff: chrome/browser/ui/views/status_icons/status_tray_state_changer_win.h

Issue 1109043003: Apply automated fixits for Chrome clang plugin to chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/status_icons/status_tray_state_changer_win.h
diff --git a/chrome/browser/ui/views/status_icons/status_tray_state_changer_win.h b/chrome/browser/ui/views/status_icons/status_tray_state_changer_win.h
index 42ec2c0ecbaa36d44127c191578ad97934505d8d..78327f9719a829f636beb208b77b1b6004e22287 100644
--- a/chrome/browser/ui/views/status_icons/status_tray_state_changer_win.h
+++ b/chrome/browser/ui/views/status_icons/status_tray_state_changer_win.h
@@ -72,10 +72,10 @@ class StatusTrayStateChangerWin : public INotificationCB,
// entry in Explorer's list of notification area icons, and ever time
// one of them changes, until UnregisterCallback is called or |this|
// is destroyed.
- virtual HRESULT STDMETHODCALLTYPE Notify(ULONG, NOTIFYITEM*);
+ HRESULT STDMETHODCALLTYPE Notify(ULONG, NOTIFYITEM*) override;
protected:
- virtual ~StatusTrayStateChangerWin();
+ ~StatusTrayStateChangerWin() override;
private:
friend class StatusTrayStateChangerWinTest;

Powered by Google App Engine
This is Rietveld 408576698