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

Unified Diff: chrome/common/media_router/media_sink.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.cc
diff --git a/chrome/browser/media/router/media_sink.cc b/chrome/common/media_router/media_sink.cc
similarity index 95%
rename from chrome/browser/media/router/media_sink.cc
rename to chrome/common/media_router/media_sink.cc
index a48435030972946f1a9283967848fe35a24d63d2..1e9763130f9a7d7e3c25a98d614d6087f2f03343 100644
--- a/chrome/browser/media/router/media_sink.cc
+++ b/chrome/common/media_router/media_sink.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/common/media_router/media_sink.h"
#include "base/i18n/string_compare.h"
#include "base/strings/utf_string_conversions.h"
-#include "chrome/browser/media/router/media_sink.h"
#include "third_party/icu/source/i18n/unicode/coll.h"
namespace media_router {
@@ -18,8 +18,7 @@ MediaSink::MediaSink(const MediaSink& other) = default;
MediaSink::MediaSink() {}
-MediaSink::~MediaSink() {
-}
+MediaSink::~MediaSink() {}
bool MediaSink::Equals(const MediaSink& other) const {
return sink_id_ == other.sink_id_;

Powered by Google App Engine
This is Rietveld 408576698