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

Unified Diff: components/media_router/media_source_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_source_unittest.cc
diff --git a/chrome/browser/media/router/media_source_unittest.cc b/components/media_router/media_source_unittest.cc
similarity index 94%
rename from chrome/browser/media/router/media_source_unittest.cc
rename to components/media_router/media_source_unittest.cc
index ea3f9ee5cb54efe397fe78288c5a046ea29e574e..215360bae7f0da9dafb5559c1ef590bb9420b218 100644
--- a/chrome/browser/media/router/media_source_unittest.cc
+++ b/components/media_router/media_source_unittest.cc
@@ -2,7 +2,7 @@
// 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_source.h"
+#include "components/media_router/media_source.h"
#include "testing/gtest/include/gtest/gtest.h"
sdefresne 2017/04/03 13:34:07 nit: blank line above
takumif 2017/04/04 17:34:51 Done.
namespace media_router {

Powered by Google App Engine
This is Rietveld 408576698