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

Unified Diff: content/shell/test_runner/mock_web_midi_accessor.cc

Issue 2707183003: Move //components/test_runner back into //content/shell (Closed)
Patch Set: Trim DEPS Created 3 years, 10 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/test_runner/mock_web_midi_accessor.cc
diff --git a/components/test_runner/mock_web_midi_accessor.cc b/content/shell/test_runner/mock_web_midi_accessor.cc
similarity index 92%
rename from components/test_runner/mock_web_midi_accessor.cc
rename to content/shell/test_runner/mock_web_midi_accessor.cc
index d3a98de34568a510f451b5dc0e1bff02afd376ea..f9f92c37c9645103e125dac5125193244dc3f688 100644
--- a/components/test_runner/mock_web_midi_accessor.cc
+++ b/content/shell/test_runner/mock_web_midi_accessor.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/test_runner/mock_web_midi_accessor.h"
+#include "content/shell/test_runner/mock_web_midi_accessor.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/macros.h"
#include "base/strings/stringprintf.h"
-#include "components/test_runner/test_interfaces.h"
-#include "components/test_runner/test_runner.h"
-#include "components/test_runner/web_test_delegate.h"
-#include "components/test_runner/web_test_runner.h"
+#include "content/shell/test_runner/test_interfaces.h"
+#include "content/shell/test_runner/test_runner.h"
+#include "content/shell/test_runner/web_test_delegate.h"
+#include "content/shell/test_runner/web_test_runner.h"
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/modules/webmidi/WebMIDIAccessorClient.h"
@@ -47,8 +47,7 @@ MockWebMIDIAccessor::MockWebMIDIAccessor(blink::WebMIDIAccessorClient* client,
next_output_port_index_(0),
weak_factory_(this) {}
-MockWebMIDIAccessor::~MockWebMIDIAccessor() {
-}
+MockWebMIDIAccessor::~MockWebMIDIAccessor() {}
void MockWebMIDIAccessor::startSession() {
// Add a mock input and output port.

Powered by Google App Engine
This is Rietveld 408576698