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

Unified Diff: chrome/common/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: Rebase Created 3 years, 8 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/common/media_router/mojo/media_router_struct_traits_unittest.cc
diff --git a/chrome/browser/media/router/mojo/media_router_struct_traits_unittest.cc b/chrome/common/media_router/mojo/media_router_struct_traits_unittest.cc
similarity index 91%
rename from chrome/browser/media/router/mojo/media_router_struct_traits_unittest.cc
rename to chrome/common/media_router/mojo/media_router_struct_traits_unittest.cc
index 08be65764e8403b060f903f541f8c5b618268e6e..676db6f54c56c60969a1d9e737f0b256c2b15cd5 100644
--- a/chrome/browser/media/router/mojo/media_router_struct_traits_unittest.cc
+++ b/chrome/common/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 "chrome/common/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 "chrome/common/media_router/discovery/media_sink_internal.h"
+#include "chrome/common/media_router/mojo/media_router.mojom.h"
+#include "chrome/common/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