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

Unified Diff: chrome/browser/media/router/media_router_impl_factory.h

Issue 1132903002: [MediaRouter] Add implementation of PresentationServiceDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_router_impl_factory.h
diff --git a/chrome/browser/media/router/media_router_impl_factory.h b/chrome/browser/media/router/media_router_impl_factory.h
index 9b638709054ff14213162ef86e171fd9cd30263b..277b6f16c7ddf9e1ae5821ac766c83b9c383266a 100644
--- a/chrome/browser/media/router/media_router_impl_factory.h
+++ b/chrome/browser/media/router/media_router_impl_factory.h
@@ -7,6 +7,7 @@
#include "base/memory/singleton.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
+#include "chrome/browser/media/router/media_router_impl.h"
mark a. foltz 2015/05/14 22:20:44 This file is no longer necessary with Kevin's chan
haibinlu 2015/05/15 23:32:29 Done.
namespace content {
class BrowserContext;
@@ -14,8 +15,6 @@ class BrowserContext;
namespace media_router {
-class MediaRouterImpl;
-
// A factory that returns a MediaRouter object for a given BrowserContext,
// creating one lazily if needed.
class MediaRouterImplFactory : public BrowserContextKeyedServiceFactory {

Powered by Google App Engine
This is Rietveld 408576698