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

Unified Diff: public/web/WebMIDIClientMock.h

Issue 630413002: Replacing the OVERRIDE with override in /WebKit/public/web (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebMIDIClientMock.h
diff --git a/public/web/WebMIDIClientMock.h b/public/web/WebMIDIClientMock.h
index 289bf58de5590cdecf692c44a292c180e3eb448a..d3d915787ec07ed487b17565eee8d5b647cbf5a0 100644
--- a/public/web/WebMIDIClientMock.h
+++ b/public/web/WebMIDIClientMock.h
@@ -48,8 +48,8 @@ public:
BLINK_EXPORT void resetMock();
// WebMIDIClient
- virtual void requestSysexPermission(const WebMIDIPermissionRequest&) OVERRIDE;
- virtual void cancelSysexPermissionRequest(const WebMIDIPermissionRequest&) OVERRIDE;
+ virtual void requestSysexPermission(const WebMIDIPermissionRequest&) override;
+ virtual void cancelSysexPermissionRequest(const WebMIDIPermissionRequest&) override;
private:
WebPrivateOwnPtr<MIDIClientMock> m_clientMock;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698