| Index: content/renderer/media/peer_connection_tracker.h
|
| diff --git a/content/renderer/media/peer_connection_tracker.h b/content/renderer/media/peer_connection_tracker.h
|
| index 707e2ee6ce7ac31c9f60284ac20a6c35cd39feae..c48ed66bb52316f2c813dd40e4b86a6dbb65d8b5 100644
|
| --- a/content/renderer/media/peer_connection_tracker.h
|
| +++ b/content/renderer/media/peer_connection_tracker.h
|
| @@ -36,7 +36,7 @@ class RTCPeerConnectionHandler;
|
| class CONTENT_EXPORT PeerConnectionTracker : public RenderProcessObserver {
|
| public:
|
| PeerConnectionTracker();
|
| - virtual ~PeerConnectionTracker();
|
| + ~PeerConnectionTracker() override;
|
|
|
| enum Source {
|
| SOURCE_LOCAL,
|
| @@ -51,7 +51,7 @@ class CONTENT_EXPORT PeerConnectionTracker : public RenderProcessObserver {
|
| };
|
|
|
| // RenderProcessObserver implementation.
|
| - virtual bool OnControlMessageReceived(const IPC::Message& message) override;
|
| + bool OnControlMessageReceived(const IPC::Message& message) override;
|
|
|
| //
|
| // The following methods send an update to the browser process when a
|
|
|