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

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: Addressed Kevin's comments, removed extension_* files for now 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/chromecast/common/media/cast_message_generator.h b/chrome/browser/media/router/media_routes_observer.cc
similarity index 58%
copy from chromecast/common/media/cast_message_generator.h
copy to chrome/browser/media/router/media_routes_observer.cc
index ac6c0041c5033cc9d7fad300e6361651c61e482f..60df9663bdb87d8ea26cf53b61b03293becf73b4 100644
--- a/chromecast/common/media/cast_message_generator.h
+++ b/chrome/browser/media/router/media_routes_observer.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.
-// Multiply-included file, hence no include guard.
+#include "chrome/browser/media/router/media_routes_observer.h"
-#include "chromecast/common/media/cast_messages.h"
+namespace media_router {
+} // namespace media_router

Powered by Google App Engine
This is Rietveld 408576698