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

Unified Diff: components/cast_channel/cast_socket_service_unittest.cc

Issue 2913033003: [cast_channel] Move cast_channel related files from //extensions to //components (Closed)
Patch Set: Created 3 years, 7 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: components/cast_channel/cast_socket_service_unittest.cc
diff --git a/extensions/browser/api/cast_channel/cast_socket_service_unittest.cc b/components/cast_channel/cast_socket_service_unittest.cc
similarity index 91%
rename from extensions/browser/api/cast_channel/cast_socket_service_unittest.cc
rename to components/cast_channel/cast_socket_service_unittest.cc
index 08e2e08de2b7608e7dd0b340d62837affc348ba3..6a4d840fbd75df92658439ef67a4bce34ca87315 100644
--- a/extensions/browser/api/cast_channel/cast_socket_service_unittest.cc
+++ b/components/cast_channel/cast_socket_service_unittest.cc
@@ -2,17 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "extensions/browser/api/cast_channel/cast_socket_service.h"
+#include "components/cast_channel/cast_socket_service.h"
+#include "components/cast_channel/cast_test_util.h"
#include "content/public/test/test_browser_thread_bundle.h"
-#include "extensions/browser/api/cast_channel/cast_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"
using testing::_;
using testing::SaveArg;
-namespace extensions {
-namespace api {
namespace cast_channel {
class CastSocketServiceTest : public testing::Test {
@@ -77,5 +75,3 @@ TEST_F(CastSocketServiceTest, TestRemoveAndGetSocket) {
}
} // namespace cast_channel
-} // namespace api
-} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698