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

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

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/base/compound_buffer.cc ('k') | remoting/host/setup/gaia_oauth_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/setup/gaia_oauth_client.h
diff --git a/remoting/host/setup/gaia_oauth_client.h b/remoting/host/setup/gaia_oauth_client.h
index 1af8ded6bbcb39e2abe0dc43e16d0118d5b1e45e..c963df3b8a1cc035bae15cec4fb1b7523d79225e 100644
--- a/remoting/host/setup/gaia_oauth_client.h
+++ b/remoting/host/setup/gaia_oauth_client.h
@@ -60,6 +60,7 @@ class GaiaOAuthClient : public OAuthClient,
const std::string& auth_code,
bool need_user_email,
CompletionCallback on_done);
+ Request(const Request& other);
virtual ~Request();
gaia::OAuthClientInfo oauth_client_info;
std::string auth_code;
« no previous file with comments | « remoting/base/compound_buffer.cc ('k') | remoting/host/setup/gaia_oauth_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698