Index: components/cast_channel/cast_socket_service.cc |
diff --git a/extensions/browser/api/cast_channel/cast_socket_service.cc b/components/cast_channel/cast_socket_service.cc |
similarity index 91% |
rename from extensions/browser/api/cast_channel/cast_socket_service.cc |
rename to components/cast_channel/cast_socket_service.cc |
index e6fc923b03b30ce432d74181678f05e1144f1059..f58c9858e9212121ed2ad48758d411773747d708 100644 |
--- a/extensions/browser/api/cast_channel/cast_socket_service.cc |
+++ b/components/cast_channel/cast_socket_service.cc |
@@ -2,15 +2,13 @@ |
// 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 "base/memory/ptr_util.h" |
#include "content/public/browser/browser_thread.h" |
using content::BrowserThread; |
-namespace extensions { |
-namespace api { |
namespace cast_channel { |
int CastSocketService::last_channel_id_ = 0; |
@@ -57,5 +55,3 @@ CastSocket* CastSocketService::GetSocket(int channel_id) const { |
void CastSocketService::ShutdownOnUIThread() {} |
} // namespace cast_channel |
-} // namespace api |
-} // namespace extensions |