| Index: components/media_router/mojo/media_router_struct_traits.h
|
| diff --git a/chrome/browser/media/router/mojo/media_router_struct_traits.h b/components/media_router/mojo/media_router_struct_traits.h
|
| similarity index 97%
|
| rename from chrome/browser/media/router/mojo/media_router_struct_traits.h
|
| rename to components/media_router/mojo/media_router_struct_traits.h
|
| index 479586cd44519b2c7c05733ec70982eb19b37fca..d7b6d88995d601679f0d519bd6dcd14315542148 100644
|
| --- a/chrome/browser/media/router/mojo/media_router_struct_traits.h
|
| +++ b/components/media_router/mojo/media_router_struct_traits.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_STRUCT_TRAITS_H_
|
| -#define CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_STRUCT_TRAITS_H_
|
| +#ifndef COMPONENTS_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_STRUCT_TRAITS_H_
|
| +#define COMPONENTS_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_STRUCT_TRAITS_H_
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/media/router/discovery/media_sink_internal.h"
|
| -#include "chrome/browser/media/router/issue.h"
|
| -#include "chrome/browser/media/router/mojo/media_router.mojom.h"
|
| -#include "chrome/browser/media/router/route_request_result.h"
|
| +#include "components/media_router/discovery/media_sink_internal.h"
|
| +#include "components/media_router/issue.h"
|
| +#include "components/media_router/mojo/media_router.mojom.h"
|
| +#include "components/media_router/route_request_result.h"
|
| #include "mojo/common/common_custom_types_struct_traits.h"
|
|
|
| namespace mojo {
|
| @@ -562,4 +562,4 @@ struct EnumTraits<media_router::mojom::RouteRequestResultCode,
|
|
|
| } // namespace mojo
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_STRUCT_TRAITS_H_
|
| +#endif // COMPONENTS_MEDIA_ROUTER_MOJO_MEDIA_ROUTER_STRUCT_TRAITS_H_
|
|
|