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

Unified Diff: ash/system/chromeos/audio/tray_audio_delegate_chromeos.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
diff --git a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
index 99760e8e81cc932205a09e4f9eb5696da735d7a6..24067d6ca0a3127d6ff4de9517e3a527f93b0a36 100644
--- a/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
+++ b/ash/system/chromeos/audio/tray_audio_delegate_chromeos.h
@@ -17,15 +17,15 @@ class ASH_EXPORT TrayAudioDelegateChromeOs : public TrayAudioDelegate {
virtual ~TrayAudioDelegateChromeOs() {}
// Overridden from TrayAudioDelegate.
- virtual void AdjustOutputVolumeToAudibleLevel() OVERRIDE;
- virtual int GetOutputDefaultVolumeMuteLevel() OVERRIDE;
- virtual int GetOutputVolumeLevel() OVERRIDE;
- virtual int GetActiveOutputDeviceIconId() OVERRIDE;
- virtual bool HasAlternativeSources() OVERRIDE;
- virtual bool IsOutputAudioMuted() OVERRIDE;
- virtual void SetOutputAudioIsMuted(bool is_muted) OVERRIDE;
- virtual void SetOutputVolumeLevel(int level) OVERRIDE;
- virtual void SetInternalSpeakerChannelMode(AudioChannelMode mode) OVERRIDE;
+ virtual void AdjustOutputVolumeToAudibleLevel() override;
+ virtual int GetOutputDefaultVolumeMuteLevel() override;
+ virtual int GetOutputVolumeLevel() override;
+ virtual int GetActiveOutputDeviceIconId() override;
+ virtual bool HasAlternativeSources() override;
+ virtual bool IsOutputAudioMuted() override;
+ virtual void SetOutputAudioIsMuted(bool is_muted) override;
+ virtual void SetOutputVolumeLevel(int level) override;
+ virtual void SetInternalSpeakerChannelMode(AudioChannelMode mode) override;
};
} // namespace system
« no previous file with comments | « ash/system/chromeos/audio/tray_audio_chromeos.h ('k') | ash/system/chromeos/bluetooth/bluetooth_notification_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698