Index: chrome/test/media_router/media_router_e2e_browsertest.h |
diff --git a/chrome/test/media_router/media_router_e2e_browsertest.h b/chrome/test/media_router/media_router_e2e_browsertest.h |
index e88f56ca113fc5afa9b3b89f9e0c7fd5945c5e27..385fd30b9bcfadcd2ab7665f02978a385f38b8b8 100644 |
--- a/chrome/test/media_router/media_router_e2e_browsertest.h |
+++ b/chrome/test/media_router/media_router_e2e_browsertest.h |
@@ -32,7 +32,7 @@ class MediaRouterE2EBrowserTest : public MediaRouterBaseBrowserTest { |
// Callback from MediaRouter when a response to a media route request is |
// received. |
- void OnRouteResponseReceived(scoped_ptr<MediaRoute> route, |
+ void OnRouteResponseReceived(const MediaRoute* route, |
const std::string& error); |
// Initializes |observer_| to listen for sinks compatible with |source|, |