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

Unified Diff: webrtc/sound/nullsoundsystemfactory.h

Issue 1425533003: Fix chromium-style warnings in webrtc/sound/. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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
« no previous file with comments | « webrtc/sound/nullsoundsystem.cc ('k') | webrtc/sound/platformsoundsystemfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/nullsoundsystemfactory.h
diff --git a/webrtc/sound/nullsoundsystemfactory.h b/webrtc/sound/nullsoundsystemfactory.h
index 8bdb46394b1a7922f636d766eb58071a6adbe144..a14490cfe9bf66629deab4299f500861b1b81246 100644
--- a/webrtc/sound/nullsoundsystemfactory.h
+++ b/webrtc/sound/nullsoundsystemfactory.h
@@ -20,12 +20,12 @@ namespace rtc {
class NullSoundSystemFactory : public SoundSystemFactory {
public:
NullSoundSystemFactory();
- virtual ~NullSoundSystemFactory();
+ ~NullSoundSystemFactory() override;
protected:
// Inherited from SoundSystemFactory.
- virtual bool SetupInstance();
- virtual void CleanupInstance();
+ bool SetupInstance() override;
+ void CleanupInstance() override;
};
} // namespace rtc
« no previous file with comments | « webrtc/sound/nullsoundsystem.cc ('k') | webrtc/sound/platformsoundsystemfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698