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

Unified Diff: chrome/common/media_router/media_source_helper_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/media_source_helper_unittest.cc
diff --git a/chrome/browser/media/router/media_source_helper_unittest.cc b/chrome/common/media_router/media_source_helper_unittest.cc
similarity index 95%
rename from chrome/browser/media/router/media_source_helper_unittest.cc
rename to chrome/common/media_router/media_source_helper_unittest.cc
index 1b708fd3afc8a39d6957566efa645d792f691370..318912c351b38ce1e987b50d6aae50ebedbe4911 100644
--- a/chrome/browser/media/router/media_source_helper_unittest.cc
+++ b/chrome/common/media_router/media_source_helper_unittest.cc
@@ -2,8 +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_source.h"
-#include "chrome/browser/media/router/media_source_helper.h"
+#include "chrome/common/media_router/media_source_helper.h"
+
+#include "chrome/common/media_router/media_source.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
@@ -65,4 +66,3 @@ TEST(MediaSourcesTest, CanConnectToMediaSource) {
}
} // namespace media_router
-

Powered by Google App Engine
This is Rietveld 408576698