| Index: components/media_router/issue.h
|
| diff --git a/chrome/browser/media/router/issue.h b/components/media_router/issue.h
|
| similarity index 93%
|
| rename from chrome/browser/media/router/issue.h
|
| rename to components/media_router/issue.h
|
| index 2ff50878550f2078cabede78be06ac21fc4c5630..a5ec6ff2d68aa9d410d54b5ac9fcd4b4772bb574 100644
|
| --- a/chrome/browser/media/router/issue.h
|
| +++ b/components/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 COMPONENTS_MEDIA_ROUTER_ISSUE_H_
|
| +#define COMPONENTS_MEDIA_ROUTER_ISSUE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| -#include "chrome/browser/media/router/media_route.h"
|
| +#include "components/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 // COMPONENTS_MEDIA_ROUTER_ISSUE_H_
|
|
|