| Index: components/media_router/mojo/media_status_struct_traits.h
|
| diff --git a/chrome/browser/media/router/mojo/media_status_struct_traits.h b/components/media_router/mojo/media_status_struct_traits.h
|
| similarity index 83%
|
| rename from chrome/browser/media/router/mojo/media_status_struct_traits.h
|
| rename to components/media_router/mojo/media_status_struct_traits.h
|
| index fbf8a7b4cb3cf511c33f52f14c8aa0187388d80e..03f4b921d005b7154f911ae9369828f0c5283bc9 100644
|
| --- a/chrome/browser/media/router/mojo/media_status_struct_traits.h
|
| +++ b/components/media_router/mojo/media_status_struct_traits.h
|
| @@ -2,13 +2,13 @@
|
| // 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_STATUS_STRUCT_TRAITS_H_
|
| -#define CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_STATUS_STRUCT_TRAITS_H_
|
| +#ifndef COMPONENTS_MEDIA_ROUTER_MOJO_MEDIA_STATUS_STRUCT_TRAITS_H_
|
| +#define COMPONENTS_MEDIA_ROUTER_MOJO_MEDIA_STATUS_STRUCT_TRAITS_H_
|
|
|
| #include <string>
|
|
|
| -#include "chrome/browser/media/router/media_status.h"
|
| -#include "chrome/browser/media/router/mojo/media_status.mojom.h"
|
| +#include "components/media_router/media_status.h"
|
| +#include "components/media_router/mojo/media_status.mojom.h"
|
| #include "mojo/common/common_custom_types_struct_traits.h"
|
|
|
| namespace mojo {
|
| @@ -69,4 +69,4 @@ struct StructTraits<media_router::mojom::MediaStatusDataView,
|
|
|
| } // namespace mojo
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_ROUTER_MOJO_MEDIA_STATUS_STRUCT_TRAITS_H_
|
| +#endif // COMPONENTS_MEDIA_ROUTER_MOJO_MEDIA_STATUS_STRUCT_TRAITS_H_
|
|
|