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

Unified Diff: components/drive/sync_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/drive/sync_client.h
diff --git a/components/drive/sync_client.h b/components/drive/sync_client.h
index 67af6f1a3b4f014bc4c2cb94c600225ed5e1fb3b..c86eb1b6468e5df4b451657e2fff4e402d13d2fa 100644
--- a/components/drive/sync_client.h
+++ b/components/drive/sync_client.h
@@ -107,6 +107,7 @@ class SyncClient {
struct SyncTask {
SyncTask();
+ SyncTask(const SyncTask& other);
~SyncTask();
SyncState state;
ClientContext context;

Powered by Google App Engine
This is Rietveld 408576698