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

Unified Diff: components/media_router/mojo/media_router_struct_traits.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/mojo/media_router_struct_traits.cc
diff --git a/chrome/browser/media/router/mojo/media_router_struct_traits.cc b/components/media_router/mojo/media_router_struct_traits.cc
similarity index 97%
rename from chrome/browser/media/router/mojo/media_router_struct_traits.cc
rename to components/media_router/mojo/media_router_struct_traits.cc
index 61153629b6c64a64c2d06774958fc769219a1dc6..3a432418d7856e7c38a07319aaeac2cc14835933 100644
--- a/chrome/browser/media/router/mojo/media_router_struct_traits.cc
+++ b/components/media_router/mojo/media_router_struct_traits.cc
@@ -2,9 +2,9 @@
// 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/mojo/media_router_struct_traits.h"
+#include "components/media_router/mojo/media_router_struct_traits.h"
-#include "chrome/browser/media/router/media_source.h"
+#include "components/media_router/media_source.h"
#include "net/interfaces/ip_address_struct_traits.h"
#include "url/mojo/url_gurl_struct_traits.h"

Powered by Google App Engine
This is Rietveld 408576698