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

Unified Diff: chrome/common/media_router/media_sink_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_sink_unittest.cc
diff --git a/chrome/browser/media/router/media_sink_unittest.cc b/chrome/common/media_router/media_sink_unittest.cc
similarity index 94%
rename from chrome/browser/media/router/media_sink_unittest.cc
rename to chrome/common/media_router/media_sink_unittest.cc
index ccf70127d496baaa761d89fe33fa92d082c37ce6..f8e7317a859885357cd319da400c57c717414708 100644
--- a/chrome/browser/media/router/media_sink_unittest.cc
+++ b/chrome/common/media_router/media_sink_unittest.cc
@@ -2,7 +2,8 @@
// 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_sink.h"
+#include "chrome/common/media_router/media_sink.h"
+
#include "testing/gmock/include/gmock/gmock.h"
namespace media_router {

Powered by Google App Engine
This is Rietveld 408576698