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

Unified Diff: webrtc/sound/platformsoundsystemfactory.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/nullsoundsystemfactory.h ('k') | webrtc/sound/sound.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/platformsoundsystemfactory.h
diff --git a/webrtc/sound/platformsoundsystemfactory.h b/webrtc/sound/platformsoundsystemfactory.h
index c5105ef051310fd785b66438bfa67db9e612a6a6..5319fa50b60d7d0f498a49ce57c9a1236a217ec3 100644
--- a/webrtc/sound/platformsoundsystemfactory.h
+++ b/webrtc/sound/platformsoundsystemfactory.h
@@ -20,16 +20,14 @@ namespace rtc {
class PlatformSoundSystemFactory : public SoundSystemFactory {
public:
PlatformSoundSystemFactory();
- virtual ~PlatformSoundSystemFactory();
+ ~PlatformSoundSystemFactory() override;
protected:
// Inherited from SoundSystemFactory.
- virtual bool SetupInstance();
- virtual void CleanupInstance();
+ bool SetupInstance() override;
+ void CleanupInstance() override;
};
} // namespace rtc
#endif // WEBRTC_SOUND_PLATFORMSOUNDSYSTEMFACTORY_H_
-
-
« no previous file with comments | « webrtc/sound/nullsoundsystemfactory.h ('k') | webrtc/sound/sound.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698