| Index: chrome/common/media_router/media_status.h
|
| diff --git a/chrome/browser/media/router/media_status.h b/chrome/common/media_router/media_status.h
|
| similarity index 91%
|
| rename from chrome/browser/media/router/media_status.h
|
| rename to chrome/common/media_router/media_status.h
|
| index 2e852c6291a0a60c18dbf21a40fd706183a41b66..421571318fd90c1a7f7c19297b3ebc7049df3c07 100644
|
| --- a/chrome/browser/media/router/media_status.h
|
| +++ b/chrome/common/media_router/media_status.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_MEDIA_STATUS_H_
|
| -#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_STATUS_H_
|
| +#ifndef CHROME_COMMON_MEDIA_ROUTER_MEDIA_STATUS_H_
|
| +#define CHROME_COMMON_MEDIA_ROUTER_MEDIA_STATUS_H_
|
|
|
| #include <string>
|
|
|
| @@ -60,4 +60,4 @@ struct MediaStatus {
|
|
|
| } // namespace media_router
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_STATUS_H_
|
| +#endif // CHROME_COMMON_MEDIA_ROUTER_MEDIA_STATUS_H_
|
|
|