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

Unified Diff: components/guest_view/browser/guest_view_manager.h

Issue 1728033002: components: 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: components/guest_view/browser/guest_view_manager.h
diff --git a/components/guest_view/browser/guest_view_manager.h b/components/guest_view/browser/guest_view_manager.h
index 63815f9d23d8043cfcd319f57a203127d8830ca5..aa9627a23fc03ed21f111d50793435875e6bf4e1 100644
--- a/components/guest_view/browser/guest_view_manager.h
+++ b/components/guest_view/browser/guest_view_manager.h
@@ -232,6 +232,7 @@ class GuestViewManager : public content::BrowserPluginGuestManager,
struct GuestViewData {
GuestViewData(const GuestViewCreateFunction& create_function,
const GuestViewCleanUpFunction& cleanup_function);
+ GuestViewData(const GuestViewData& other);
~GuestViewData();
const GuestViewCreateFunction create_function;
const GuestViewCleanUpFunction cleanup_function;

Powered by Google App Engine
This is Rietveld 408576698