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

Unified Diff: content/renderer/media/webrtc/peer_connection_dependency_factory.h

Issue 633303002: Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer (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: content/renderer/media/webrtc/peer_connection_dependency_factory.h
diff --git a/content/renderer/media/webrtc/peer_connection_dependency_factory.h b/content/renderer/media/webrtc/peer_connection_dependency_factory.h
index a8c96caec4916dccc8f064ba31a85d57262d4111..694fd2f05f3bd626f9c785fee5d5f6ea0731f13d 100644
--- a/content/renderer/media/webrtc/peer_connection_dependency_factory.h
+++ b/content/renderer/media/webrtc/peer_connection_dependency_factory.h
@@ -134,9 +134,9 @@ class CONTENT_EXPORT PeerConnectionDependencyFactory
// TODO(xians): Remove when option to disable audio track processing is
// removed.
virtual void OnAecDumpFile(
- const IPC::PlatformFileForTransit& file_handle) OVERRIDE;
- virtual void OnDisableAecDump() OVERRIDE;
- virtual void OnIpcClosing() OVERRIDE;
+ const IPC::PlatformFileForTransit& file_handle) override;
+ virtual void OnDisableAecDump() override;
+ virtual void OnIpcClosing() override;
protected:
// Asks the PeerConnection factory to create a Local Audio Source.

Powered by Google App Engine
This is Rietveld 408576698