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

Unified Diff: Source/platform/mediastream/MediaStreamCenter.h

Issue 630853002: Replacing the OVERRIDE with override in third_party/WebKit/Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase build fix 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: Source/platform/mediastream/MediaStreamCenter.h
diff --git a/Source/platform/mediastream/MediaStreamCenter.h b/Source/platform/mediastream/MediaStreamCenter.h
index 5b770b9c9949852edd1c5637e81c23cf7eaecc35..1ea18ce1c15e9ce8e6ce3be7374962547782c477 100644
--- a/Source/platform/mediastream/MediaStreamCenter.h
+++ b/Source/platform/mediastream/MediaStreamCenter.h
@@ -73,7 +73,7 @@ public:
void didStopLocalMediaStream(MediaStreamDescriptor*);
// blink::WebMediaStreamCenterClient
- virtual void stopLocalMediaStream(const blink::WebMediaStream&) OVERRIDE;
+ virtual void stopLocalMediaStream(const blink::WebMediaStream&) override;
private:
MediaStreamCenter();
« no previous file with comments | « Source/platform/mac/ScrollElasticityControllerTest.mm ('k') | Source/platform/mediastream/MediaStreamComponent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698