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

Unified Diff: chrome/browser/media/router/mock_media_router.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/mock_media_router.h
diff --git a/chrome/browser/media/router/mock_media_router.h b/chrome/browser/media/router/mock_media_router.h
index 5fe951bdc5edca876ab4cfdeb1536b96e52396fd..977721e5f81a38f2c0e8e2da99f5c7e17640d1da 100644
--- a/chrome/browser/media/router/mock_media_router.h
+++ b/chrome/browser/media/router/mock_media_router.h
@@ -10,11 +10,11 @@
#include <string>
#include <vector>
-#include "chrome/browser/media/router/issue.h"
-#include "chrome/browser/media/router/media_route.h"
#include "chrome/browser/media/router/media_router_base.h"
-#include "chrome/browser/media/router/media_sink.h"
-#include "chrome/browser/media/router/media_source.h"
+#include "components/media_router/issue.h"
+#include "components/media_router/media_route.h"
+#include "components/media_router/media_sink.h"
+#include "components/media_router/media_source.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "url/origin.h"

Powered by Google App Engine
This is Rietveld 408576698