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

Unified Diff: components/media_router/media_route.cc

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/media_route.cc
diff --git a/chrome/browser/media/router/media_route.cc b/components/media_router/media_route.cc
similarity index 91%
rename from chrome/browser/media/router/media_route.cc
rename to components/media_router/media_route.cc
index 8ea225c1783779778a8d9a3ccc4b8e7ff1ccdfde..e70f24e2531540e1aaa863bf0abcdd38d62f52c9 100644
--- a/chrome/browser/media/router/media_route.cc
+++ b/components/media_router/media_route.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/media/router/media_route.h"
+#include "components/media_router/media_route.h"
#include "base/logging.h"
-#include "chrome/browser/media/router/media_source.h"
+#include "components/media_router/media_source.h"
namespace media_router {

Powered by Google App Engine
This is Rietveld 408576698