Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: components/media_router/issue.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698