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

Unified Diff: remoting/host/audio_capturer_win.h

Issue 1101033002: Update {virtual,override} to follow C++11 style in remoting. (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 | « remoting/client/plugin/pepper_module.cc ('k') | remoting/host/chromeos/aura_desktop_capturer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/audio_capturer_win.h
diff --git a/remoting/host/audio_capturer_win.h b/remoting/host/audio_capturer_win.h
index c9f19d3cf3d3432cc898c0cc68156f25a7729cdd..49477fadac9d0f357ea77c96d4e635f0438ea713 100644
--- a/remoting/host/audio_capturer_win.h
+++ b/remoting/host/audio_capturer_win.h
@@ -23,10 +23,10 @@ namespace remoting {
class AudioCapturerWin : public AudioCapturer {
public:
AudioCapturerWin();
- virtual ~AudioCapturerWin();
+ ~AudioCapturerWin() override;
// AudioCapturer interface.
- virtual bool Start(const PacketCapturedCallback& callback) override;
+ bool Start(const PacketCapturedCallback& callback) override;
private:
// Receives all packets from the audio capture endpoint buffer and pushes them
« no previous file with comments | « remoting/client/plugin/pepper_module.cc ('k') | remoting/host/chromeos/aura_desktop_capturer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698