| Index: chrome/common/media_router/route_message.h
|
| diff --git a/chrome/browser/media/router/route_message.h b/chrome/common/media_router/route_message.h
|
| similarity index 82%
|
| rename from chrome/browser/media/router/route_message.h
|
| rename to chrome/common/media_router/route_message.h
|
| index 6d5191db396b6ff4375f71cb3619bcc7609baec8..031569be3e9dba659fd9e8b6a745af5ca895415b 100644
|
| --- a/chrome/browser/media/router/route_message.h
|
| +++ b/chrome/common/media_router/route_message.h
|
| @@ -2,8 +2,8 @@
|
| // 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_ROUTE_MESSAGE_H_
|
| -#define CHROME_BROWSER_MEDIA_ROUTER_ROUTE_MESSAGE_H_
|
| +#ifndef CHROME_COMMON_MEDIA_ROUTER_ROUTE_MESSAGE_H_
|
| +#define CHROME_COMMON_MEDIA_ROUTER_ROUTE_MESSAGE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -32,4 +32,4 @@ struct RouteMessage {
|
|
|
| } // namespace media_router
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_ROUTER_ROUTE_MESSAGE_H_
|
| +#endif // CHROME_COMMON_MEDIA_ROUTER_ROUTE_MESSAGE_H_
|
|
|