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

Unified Diff: Source/web/MIDIClientProxy.h

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « Source/web/LocalFileSystemClient.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/MIDIClientProxy.h
diff --git a/Source/web/MIDIClientProxy.h b/Source/web/MIDIClientProxy.h
index c966eb522e75751b0e06c40f34aa33355d0b7255..163802ea647c1f63c267260b631f48e30ac78f57 100644
--- a/Source/web/MIDIClientProxy.h
+++ b/Source/web/MIDIClientProxy.h
@@ -47,8 +47,8 @@ public:
}
// MIDIClient
- virtual void requestSysexPermission(MIDIAccessInitializer*) override;
- virtual void cancelSysexPermissionRequest(MIDIAccessInitializer*) override;
+ void requestSysexPermission(MIDIAccessInitializer*) override;
+ void cancelSysexPermissionRequest(MIDIAccessInitializer*) override;
private:
explicit MIDIClientProxy(WebMIDIClient*);
« no previous file with comments | « Source/web/LocalFileSystemClient.h ('k') | Source/web/MediaKeysClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698