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

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

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698