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

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: fix buildbot compile errors Created 3 years, 6 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 1ac4b762ccf5d0ed4adab571d8cae7c30ada3328..53141c73bf384a95b4668570b656c2c86add937c 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 {
@@ -75,5 +73,3 @@ TEST_F(CastSocketServiceTest, TestRemoveAndGetSocket) {
}
} // namespace cast_channel
-} // namespace api
-} // namespace extensions
« no previous file with comments | « components/cast_channel/cast_socket_service_factory.cc ('k') | components/cast_channel/cast_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698