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

Unified Diff: components/translate/core/common/language_detection_details.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/translate/core/common/language_detection_details.h
diff --git a/components/translate/core/common/language_detection_details.h b/components/translate/core/common/language_detection_details.h
index 55e672d569ed6ee000a81cbc1bc6ce16dbd8e66f..d74057055d7961cc25f05aa9a9bc3c832cb15f4b 100644
--- a/components/translate/core/common/language_detection_details.h
+++ b/components/translate/core/common/language_detection_details.h
@@ -15,6 +15,7 @@ namespace translate {
struct LanguageDetectionDetails {
LanguageDetectionDetails();
+ LanguageDetectionDetails(const LanguageDetectionDetails& other);
~LanguageDetectionDetails();
// The time when this was created.

Powered by Google App Engine
This is Rietveld 408576698