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

Unified Diff: Source/testing/runner/MockWebMIDIAccessor.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/testing/runner/MockWebMIDIAccessor.h ('k') | Source/testing/runner/MockWebMediaStreamCenter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/testing/runner/MockWebMIDIAccessor.cpp
diff --git a/Source/testing/runner/MockWebMIDIAccessor.cpp b/Source/testing/runner/MockWebMIDIAccessor.cpp
index 156e4bc7a1cd42d925529ce1fcfc47cf2e098880..04711f6939b673e6156bc499902ac9211050be76 100644
--- a/Source/testing/runner/MockWebMIDIAccessor.cpp
+++ b/Source/testing/runner/MockWebMIDIAccessor.cpp
@@ -36,13 +36,13 @@
#include "public/testing/WebTestDelegate.h"
#include "public/testing/WebTestRunner.h"
-using namespace WebKit;
+using namespace blink;
namespace {
class DidStartSessionTask : public WebTestRunner::WebMethodTask<WebTestRunner::MockWebMIDIAccessor> {
public:
- DidStartSessionTask(WebTestRunner::MockWebMIDIAccessor* object, WebKit::WebMIDIAccessorClient* client, bool result)
+ DidStartSessionTask(WebTestRunner::MockWebMIDIAccessor* object, blink::WebMIDIAccessorClient* client, bool result)
: WebMethodTask<WebTestRunner::MockWebMIDIAccessor>(object)
, m_client(client)
, m_result(result)
@@ -55,7 +55,7 @@ public:
}
private:
- WebKit::WebMIDIAccessorClient* m_client;
+ blink::WebMIDIAccessorClient* m_client;
bool m_result;
};
@@ -63,7 +63,7 @@ private:
namespace WebTestRunner {
-MockWebMIDIAccessor::MockWebMIDIAccessor(WebKit::WebMIDIAccessorClient* client, TestInterfaces* interfaces)
+MockWebMIDIAccessor::MockWebMIDIAccessor(blink::WebMIDIAccessorClient* client, TestInterfaces* interfaces)
: m_client(client)
, m_interfaces(interfaces)
{
« no previous file with comments | « Source/testing/runner/MockWebMIDIAccessor.h ('k') | Source/testing/runner/MockWebMediaStreamCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698