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 { |