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

Unified Diff: components/cast_channel/cast_socket_service_factory.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_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 87%
rename from extensions/browser/api/cast_channel/cast_socket_service_factory.cc
rename to components/cast_channel/cast_socket_service_factory.cc
index 88e1893a62a0149cee5c968a6a3dac82ccd30680..bf0757d3d66d3bcc09affef8fd21f83d3c986752 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;
@@ -53,5 +51,3 @@ CastSocketServiceFactory::BuildServiceInstanceFor(
}
} // namespace cast_channel
-} // namespace api
-} // namespace extensions
« no previous file with comments | « components/cast_channel/cast_socket_service_factory.h ('k') | components/cast_channel/cast_socket_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698