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

Unified Diff: chrome/browser/media/router/mojo/media_route_controller.h

Issue 2771413003: Move c/b/media/router/mojo/*.mojom to chrome/common/media_router/mojo/*.mojom (Closed)
Patch Set: Address Sylvain's comments 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: chrome/browser/media/router/mojo/media_route_controller.h
diff --git a/chrome/browser/media/router/mojo/media_route_controller.h b/chrome/browser/media/router/mojo/media_route_controller.h
index 81812e9918c592b7fd6cb81bf106366b92ac9d04..c26aa95786af48bde0b695f0ab386e4549f502f5 100644
--- a/chrome/browser/media/router/mojo/media_route_controller.h
+++ b/chrome/browser/media/router/mojo/media_route_controller.h
@@ -9,8 +9,8 @@
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
-#include "chrome/browser/media/router/media_route.h"
-#include "chrome/browser/media/router/mojo/media_controller.mojom.h"
+#include "components/media_router/media_route.h"
+#include "components/media_router/mojo/media_controller.mojom.h"
#include "mojo/public/cpp/bindings/binding.h"
namespace media_router {

Powered by Google App Engine
This is Rietveld 408576698