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

Unified Diff: content/shell/test_runner/mock_web_media_stream_center.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_media_stream_center.cc
diff --git a/components/test_runner/mock_web_media_stream_center.cc b/content/shell/test_runner/mock_web_media_stream_center.cc
similarity index 94%
rename from components/test_runner/mock_web_media_stream_center.cc
rename to content/shell/test_runner/mock_web_media_stream_center.cc
index 38484484639d4cbc656b9c9a11fca7e01b4f1a72..3036ed4fc6581583fe37decaf780b245f6a4804b 100644
--- a/components/test_runner/mock_web_media_stream_center.cc
+++ b/content/shell/test_runner/mock_web_media_stream_center.cc
@@ -2,14 +2,14 @@
// 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_media_stream_center.h"
+#include "content/shell/test_runner/mock_web_media_stream_center.h"
#include <stddef.h>
#include "base/logging.h"
#include "base/macros.h"
-#include "components/test_runner/test_interfaces.h"
-#include "components/test_runner/web_test_delegate.h"
+#include "content/shell/test_runner/test_interfaces.h"
+#include "content/shell/test_runner/web_test_delegate.h"
#include "third_party/WebKit/public/platform/WebAudioDestinationConsumer.h"
#include "third_party/WebKit/public/platform/WebAudioSourceProvider.h"
#include "third_party/WebKit/public/platform/WebMediaStream.h"

Powered by Google App Engine
This is Rietveld 408576698