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

Unified Diff: content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp

Issue 264003003: test_runner: Move everything else into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp
diff --git a/content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp b/content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp
index 0256283c3d3591b4064fa3d39615971b91785e4f..b7841ab45303b58d4cf585cde6d1db694779ed7b 100644
--- a/content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp
+++ b/content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp
@@ -11,13 +11,12 @@
#include "third_party/WebKit/public/platform/WebMIDIAccessorClient.h"
using namespace blink;
-using WebTestRunner::TestInterfaces;
namespace content {
namespace {
-class DidStartSessionTask : public WebTestRunner::WebMethodTask<MockWebMIDIAccessor> {
+class DidStartSessionTask : public WebMethodTask<MockWebMIDIAccessor> {
public:
DidStartSessionTask(MockWebMIDIAccessor* object, blink::WebMIDIAccessorClient* client, bool result)
: WebMethodTask<MockWebMIDIAccessor>(object)

Powered by Google App Engine
This is Rietveld 408576698