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 e9e3348ebf92091ed0678acbe5444bcbe046b3e7..f54e782e93abcd2743803b1178cff27aa5494cfe 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/browser_context_keyed_service_factory.h" |
-namespace extensions { |
-namespace api { |
namespace cast_channel { |
class CastSocketService; |
@@ -43,7 +41,5 @@ class CastSocketServiceFactory : public BrowserContextKeyedServiceFactory { |
}; |
} // 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_ |