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

Unified Diff: components/error_page/renderer/net_error_helper_core.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/error_page/renderer/net_error_helper_core.h
diff --git a/components/error_page/renderer/net_error_helper_core.h b/components/error_page/renderer/net_error_helper_core.h
index db46e1e1da83f8c5334651dc30da346021ce420b..c4031b3b234a704a385714cbfbce5ee5329b7aa3 100644
--- a/components/error_page/renderer/net_error_helper_core.h
+++ b/components/error_page/renderer/net_error_helper_core.h
@@ -130,6 +130,7 @@ class NetErrorHelperCore {
struct NavigationCorrectionParams {
NavigationCorrectionParams();
+ NavigationCorrectionParams(const NavigationCorrectionParams& other);
~NavigationCorrectionParams();
// URL used both for getting the suggestions and tracking clicks.

Powered by Google App Engine
This is Rietveld 408576698