| Index: chrome/browser/media/router/presentation_request.h
|
| diff --git a/chrome/browser/media/router/presentation_request.h b/chrome/browser/media/router/presentation_request.h
|
| index a37189f71831a02e3d7c0f37d593f85088cf7c1e..f280e0c6a7bef6e6184c3985f57a380f78210746 100644
|
| --- a/chrome/browser/media/router/presentation_request.h
|
| +++ b/chrome/browser/media/router/presentation_request.h
|
| @@ -20,6 +20,7 @@ class PresentationRequest {
|
| PresentationRequest(const RenderFrameHostId& render_frame_host_id,
|
| const std::string& presentation_url,
|
| const GURL& frame_url);
|
| + PresentationRequest(const PresentationRequest& other);
|
| ~PresentationRequest();
|
|
|
| bool Equals(const PresentationRequest& other) const;
|
|
|