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

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: Created 3 years, 7 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 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

Powered by Google App Engine
This is Rietveld 408576698