diff options
Diffstat (limited to 'chrome/test/media_router/media_router_e2e_browsertest.h')
-rw-r--r-- | chrome/test/media_router/media_router_e2e_browsertest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/media_router/media_router_e2e_browsertest.h b/chrome/test/media_router/media_router_e2e_browsertest.h index e88f56c..385fd30 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|, |