| Index: components/cast_channel/cast_socket_service.h
|
| diff --git a/extensions/browser/api/cast_channel/cast_socket_service.h b/components/cast_channel/cast_socket_service.h
|
| similarity index 82%
|
| rename from extensions/browser/api/cast_channel/cast_socket_service.h
|
| rename to components/cast_channel/cast_socket_service.h
|
| index 13b1887c361b16f45a8fc07dcb3015c5a1125b30..d7d016ba41806bc6f48babb97d43c1526b83308f 100644
|
| --- a/extensions/browser/api/cast_channel/cast_socket_service.h
|
| +++ b/components/cast_channel/cast_socket_service.h
|
| @@ -2,20 +2,18 @@
|
| // 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_H_
|
| -#define EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_CHANNEL_SERVICE_H_
|
| +#ifndef COMPONENTS_CAST_CHANNEL_CAST_CHANNEL_SERVICE_H_
|
| +#define COMPONENTS_CAST_CHANNEL_CAST_CHANNEL_SERVICE_H_
|
|
|
| #include <map>
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| #include "base/threading/thread_checker.h"
|
| +#include "components/cast_channel/cast_socket.h"
|
| #include "components/keyed_service/core/refcounted_keyed_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "extensions/browser/api/cast_channel/cast_socket.h"
|
|
|
| -namespace extensions {
|
| -namespace api {
|
| namespace cast_channel {
|
|
|
| // This class adds, removes, and returns cast sockets created by CastChannelAPI
|
| @@ -56,7 +54,5 @@ class CastSocketService : public RefcountedKeyedService {
|
| };
|
|
|
| } // namespace cast_channel
|
| -} // namespace api
|
| -} // namespace extensions
|
|
|
| -#endif // EXTENSIONS_BROWSER_API_CAST_CHANNEL_CAST_CHANNEL_SERVICE_H_
|
| +#endif // COMPONENTS_CAST_CHANNEL_CAST_CHANNEL_SERVICE_H_
|
|
|