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

Unified Diff: chrome/common/media_router/media_route.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Rebase Created 3 years, 8 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: chrome/common/media_router/media_route.h
diff --git a/chrome/browser/media/router/media_route.h b/chrome/common/media_router/media_route.h
similarity index 94%
rename from chrome/browser/media/router/media_route.h
rename to chrome/common/media_router/media_route.h
index 6d433b6c6d53bcaad397233a4b46e3284edacdc5..0b9c1d40f248e5346520f06ec0ec4e2d5e305b1c 100644
--- a/chrome/browser/media/router/media_route.h
+++ b/chrome/common/media_router/media_route.h
@@ -2,15 +2,15 @@
// 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_ROUTE_H_
-#define CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_H_
+#ifndef CHROME_COMMON_MEDIA_ROUTER_MEDIA_ROUTE_H_
+#define CHROME_COMMON_MEDIA_ROUTER_MEDIA_ROUTE_H_
#include <string>
#include "base/logging.h"
#include "base/values.h"
-#include "chrome/browser/media/router/media_sink.h"
-#include "chrome/browser/media/router/media_source.h"
+#include "chrome/common/media_router/media_sink.h"
+#include "chrome/common/media_router/media_source.h"
namespace media_router {
@@ -127,4 +127,4 @@ class MediaRoute {
} // namespace media_router
-#endif // CHROME_BROWSER_MEDIA_ROUTER_MEDIA_ROUTE_H_
+#endif // CHROME_COMMON_MEDIA_ROUTER_MEDIA_ROUTE_H_

Powered by Google App Engine
This is Rietveld 408576698