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

Unified Diff: ash/system/win/audio/tray_audio_win.h

Issue 1110843003: Apply automated fixits for Chrome clang plugin to ash. (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
« no previous file with comments | « ash/host/ash_window_tree_host_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/win/audio/tray_audio_win.h
diff --git a/ash/system/win/audio/tray_audio_win.h b/ash/system/win/audio/tray_audio_win.h
index 5df226912ddb734206cc38c92bec4ba9c92417dd..0e410ab74deb011bb8b5e9d9b536d7ea16e94c8b 100644
--- a/ash/system/win/audio/tray_audio_win.h
+++ b/ash/system/win/audio/tray_audio_win.h
@@ -14,7 +14,7 @@ namespace ash {
class TrayAudioWin : public TrayAudio {
public:
explicit TrayAudioWin(SystemTray* system_tray);
- virtual ~TrayAudioWin();
+ ~TrayAudioWin() override;
private:
DISALLOW_COPY_AND_ASSIGN(TrayAudioWin);
« no previous file with comments | « ash/host/ash_window_tree_host_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698