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

Unified Diff: remoting/host/setup/gaia_oauth_client.cc

Issue 1736633002: remoting: 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
« no previous file with comments | « remoting/host/setup/gaia_oauth_client.h ('k') | remoting/protocol/pairing_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/gaia_oauth_client.cc
diff --git a/remoting/host/setup/gaia_oauth_client.cc b/remoting/host/setup/gaia_oauth_client.cc
index 9855dd674ccd4213d884a1a57c1ca77736272509..6daf95a59e7e0d507b83f34df01a7f4309af7cee 100644
--- a/remoting/host/setup/gaia_oauth_client.cc
+++ b/remoting/host/setup/gaia_oauth_client.cc
@@ -94,6 +94,8 @@ GaiaOAuthClient::Request::Request(
this->on_done = on_done;
}
+GaiaOAuthClient::Request::Request(const Request& other) = default;
+
GaiaOAuthClient::Request::~Request() {
}
« no previous file with comments | « remoting/host/setup/gaia_oauth_client.h ('k') | remoting/protocol/pairing_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698