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

Unified Diff: components/cast_channel/cast_socket_service_factory.h

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.h
diff --git a/extensions/browser/api/cast_channel/cast_socket_service_factory.h b/components/cast_channel/cast_socket_service_factory.h
similarity index 81%
rename from extensions/browser/api/cast_channel/cast_socket_service_factory.h
rename to components/cast_channel/cast_socket_service_factory.h
index 32b44a2fe66dd40299d0156aa3aa168e04f1ef45..f3824c77649cb4f7df983c7b1cb8792c92419fb8 100644
--- a/extensions/browser/api/cast_channel/cast_socket_service_factory.h
+++ b/components/cast_channel/cast_socket_service_factory.h
@@ -2,15 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_CHANNEL_SERVICE_FACTORY_H_
-#define EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_CHANNEL_SERVICE_FACTORY_H_
+#ifndef COMPONENTS_CAST_CHANNEL_CAST_SOCKET_SERVICE_FACTORY_H_
+#define COMPONENTS_CAST_CHANNEL_CAST_SOCKET_SERVICE_FACTORY_H_
#include "base/lazy_instance.h"
#include "base/macros.h"
#include "components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h"
-namespace extensions {
-namespace api {
namespace cast_channel {
class CastSocketService;
@@ -44,7 +42,5 @@ class CastSocketServiceFactory
};
} // namespace cast_channel
-} // namespace api
-} // namespace extensions
-#endif // EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_CHANNEL_SERVICE_FACTORY_H_
+#endif // COMPONENTS_CAST_CHANNEL_CAST_SOCKET_SERVICE_FACTORY_H_
« no previous file with comments | « components/cast_channel/cast_socket_service.cc ('k') | components/cast_channel/cast_socket_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698