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

Unified Diff: components/cast_channel/cast_socket_service.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.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
« no previous file with comments | « components/cast_channel/cast_socket_service.h ('k') | components/cast_channel/cast_socket_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698