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

Unified Diff: content/renderer/media/renderer_webmidiaccessor_impl.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/renderer_webmidiaccessor_impl.h
diff --git a/content/renderer/media/renderer_webmidiaccessor_impl.h b/content/renderer/media/renderer_webmidiaccessor_impl.h
index 7032943c441f937889ca8314195218c85e4bd5c8..4ebaffd408b5bc0bf423be218c63358b8e3a3e52 100644
--- a/content/renderer/media/renderer_webmidiaccessor_impl.h
+++ b/content/renderer/media/renderer_webmidiaccessor_impl.h
@@ -15,13 +15,13 @@ namespace content {
class MIDIMessageFilter;
class RendererWebMIDIAccessorImpl
- : public WebKit::WebMIDIAccessor {
+ : public blink::WebMIDIAccessor {
public:
explicit RendererWebMIDIAccessorImpl(
- WebKit::WebMIDIAccessorClient* client);
+ blink::WebMIDIAccessorClient* client);
virtual ~RendererWebMIDIAccessorImpl();
- // WebKit::WebMIDIAccessor implementation.
+ // blink::WebMIDIAccessor implementation.
virtual void startSession();
virtual void sendMIDIData(unsigned port_index,
const unsigned char* data,
@@ -29,7 +29,7 @@ class RendererWebMIDIAccessorImpl
double timestamp);
private:
- WebKit::WebMIDIAccessorClient* client_;
+ blink::WebMIDIAccessorClient* client_;
MIDIMessageFilter* midi_message_filter();
« no previous file with comments | « content/renderer/media/renderer_webaudiodevice_impl.cc ('k') | content/renderer/media/renderer_webmidiaccessor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698