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

Unified Diff: components/media_router/mojo/media_router_struct_traits_unittest.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_unittest.cc
diff --git a/chrome/browser/media/router/mojo/media_router_struct_traits_unittest.cc b/components/media_router/mojo/media_router_struct_traits_unittest.cc
similarity index 92%
rename from chrome/browser/media/router/mojo/media_router_struct_traits_unittest.cc
rename to components/media_router/mojo/media_router_struct_traits_unittest.cc
index 753c43157d63e6b3135153d228170b21b9839b5b..97b39d98af4dd9ad976c72bd754b6314f7848f54 100644
--- a/chrome/browser/media/router/mojo/media_router_struct_traits_unittest.cc
+++ b/components/media_router/mojo/media_router_struct_traits_unittest.cc
@@ -2,12 +2,12 @@
// 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 "base/message_loop/message_loop.h"
-#include "chrome/browser/media/router/discovery/media_sink_internal.h"
-#include "chrome/browser/media/router/mojo/media_router.mojom.h"
-#include "chrome/browser/media/router/mojo/media_router_traits_test_service.mojom.h"
+#include "components/media_router/discovery/media_sink_internal.h"
+#include "components/media_router/mojo/media_router.mojom.h"
+#include "components/media_router/mojo/media_router_traits_test_service.mojom.h"
#include "mojo/public/cpp/bindings/binding_set.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698