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

Unified Diff: Source/modules/webmidi/MIDIAccessor.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/modules/webmidi/MIDIAccessor.h ('k') | Source/modules/websockets/NewWebSocketChannelImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIAccessor.cpp
diff --git a/Source/modules/webmidi/MIDIAccessor.cpp b/Source/modules/webmidi/MIDIAccessor.cpp
index c5a00e0b0b3ed2394ff16075037278c2b960f9c5..2850ed437fc278cdd40155845b309f7eba0fb5b4 100644
--- a/Source/modules/webmidi/MIDIAccessor.cpp
+++ b/Source/modules/webmidi/MIDIAccessor.cpp
@@ -36,7 +36,7 @@
#include "public/platform/WebMIDIAccessor.h"
#include "wtf/text/WTFString.h"
-using WebKit::WebString;
+using blink::WebString;
namespace WebCore {
@@ -51,7 +51,7 @@ MIDIAccessor::MIDIAccessor(MIDIAccessorClient* client)
{
ASSERT(client);
- m_accessor = adoptPtr(WebKit::Platform::current()->createMIDIAccessor(this));
+ m_accessor = adoptPtr(blink::Platform::current()->createMIDIAccessor(this));
ASSERT(m_accessor);
}
« no previous file with comments | « Source/modules/webmidi/MIDIAccessor.h ('k') | Source/modules/websockets/NewWebSocketChannelImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698