| Index: chrome/common/media_router/issue.h
|
| diff --git a/chrome/browser/media/router/issue.h b/chrome/common/media_router/issue.h
|
| similarity index 93%
|
| rename from chrome/browser/media/router/issue.h
|
| rename to chrome/common/media_router/issue.h
|
| index 2ff50878550f2078cabede78be06ac21fc4c5630..f449885f136377a1edb5436d43cc2cc882d0b526 100644
|
| --- a/chrome/browser/media/router/issue.h
|
| +++ b/chrome/common/media_router/issue.h
|
| @@ -2,14 +2,14 @@
|
| // 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_ISSUE_H_
|
| -#define CHROME_BROWSER_MEDIA_ROUTER_ISSUE_H_
|
| +#ifndef CHROME_COMMON_MEDIA_ROUTER_ISSUE_H_
|
| +#define CHROME_COMMON_MEDIA_ROUTER_ISSUE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/media/router/media_route.h"
|
| +#include "chrome/common/media_router/media_route.h"
|
|
|
| namespace media_router {
|
|
|
| @@ -94,4 +94,4 @@ class Issue {
|
|
|
| } // namespace media_router
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_ROUTER_ISSUE_H_
|
| +#endif // CHROME_COMMON_MEDIA_ROUTER_ISSUE_H_
|
|
|