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

Unified Diff: components/update_client/update_client.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/update_client/update_client.h
diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
index 7e6329fb64b7944a32e37410344d16595e4debf1..12d19c951487b3505679e5106fd3b573d08c6825 100644
--- a/components/update_client/update_client.h
+++ b/components/update_client/update_client.h
@@ -182,6 +182,7 @@ class CrxInstaller : public base::RefCountedThreadSafe<CrxInstaller> {
// TODO(sorin): this structure will be refactored soon.
struct CrxComponent {
CrxComponent();
+ CrxComponent(const CrxComponent& other);
~CrxComponent();
// SHA256 hash of the CRX's public key.

Powered by Google App Engine
This is Rietveld 408576698