Index: components/cast_channel/cast_socket_service_factory.cc |
diff --git a/extensions/browser/api/cast_channel/cast_socket_service_factory.cc b/components/cast_channel/cast_socket_service_factory.cc |
similarity index 86% |
rename from extensions/browser/api/cast_channel/cast_socket_service_factory.cc |
rename to components/cast_channel/cast_socket_service_factory.cc |
index cb062a063d38d0b534c3918c410b9dbf3e074a4e..d09af556308db97d91dbb0b5f7ecd1af26cf94c1 100644 |
--- a/extensions/browser/api/cast_channel/cast_socket_service_factory.cc |
+++ b/components/cast_channel/cast_socket_service_factory.cc |
@@ -2,13 +2,11 @@ |
// 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_factory.h" |
+#include "components/cast_channel/cast_socket_service_factory.h" |
+#include "components/cast_channel/cast_socket_service.h" |
#include "components/keyed_service/content/browser_context_dependency_manager.h" |
-#include "extensions/browser/api/cast_channel/cast_socket_service.h" |
-namespace extensions { |
-namespace api { |
namespace cast_channel { |
using content::BrowserContext; |
@@ -52,5 +50,3 @@ KeyedService* CastSocketServiceFactory::BuildServiceInstanceFor( |
} |
} // namespace cast_channel |
-} // namespace api |
-} // namespace extensions |