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

Unified Diff: chrome/browser/media/router/media_routes_observer.cc

Issue 1020743003: [Media Router] Design MediaRouter interface with stub implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm dependency on helper function in chrome_browser Created 5 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: chrome/browser/media/router/media_routes_observer.cc
diff --git a/ui/compositor/reflector.cc b/chrome/browser/media/router/media_routes_observer.cc
similarity index 58%
copy from ui/compositor/reflector.cc
copy to chrome/browser/media/router/media_routes_observer.cc
index 31dcdaef6105459ab2c82fa60cc5a1b6d03703f2..60df9663bdb87d8ea26cf53b61b03293becf73b4 100644
--- a/ui/compositor/reflector.cc
+++ b/chrome/browser/media/router/media_routes_observer.cc
@@ -2,11 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/compositor/reflector.h"
+#include "chrome/browser/media/router/media_routes_observer.h"
-namespace ui {
+namespace media_router {
-Reflector::~Reflector() {
-}
-
-} // namespace ui
+} // namespace media_router

Powered by Google App Engine
This is Rietveld 408576698