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

Unified Diff: components/media_router/media_route_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/media_route_unittest.cc
diff --git a/chrome/browser/media/router/media_route_unittest.cc b/components/media_router/media_route_unittest.cc
similarity index 91%
rename from chrome/browser/media/router/media_route_unittest.cc
rename to components/media_router/media_route_unittest.cc
index 05dd0d8921c0151e627689f6bceffc641ee532b7..365bb1373f828dcc5e2361517682dfe1e8ae7fcc 100644
--- a/chrome/browser/media/router/media_route_unittest.cc
+++ b/components/media_router/media_route_unittest.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/media_route.h"
-#include "chrome/browser/media/router/media_sink.h"
-#include "chrome/browser/media/router/media_source_helper.h"
+#include "components/media_router/media_route.h"
+#include "components/media_router/media_sink.h"
sdefresne 2017/04/03 13:34:06 nit: blank line above
takumif 2017/04/04 17:34:50 Done.
+#include "components/media_router/media_source_helper.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698