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

Unified Diff: components/signin/core/browser/fake_profile_oauth2_token_service.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/signin/core/browser/fake_profile_oauth2_token_service.h
diff --git a/components/signin/core/browser/fake_profile_oauth2_token_service.h b/components/signin/core/browser/fake_profile_oauth2_token_service.h
index 5eda9c107faffde2ca529aae83179bf09121b554..043fc9a7cdbc18e82cf709e61c532dc55405db1e 100644
--- a/components/signin/core/browser/fake_profile_oauth2_token_service.h
+++ b/components/signin/core/browser/fake_profile_oauth2_token_service.h
@@ -37,6 +37,7 @@ class FakeProfileOAuth2TokenService : public ProfileOAuth2TokenService {
public:
struct PendingRequest {
PendingRequest();
+ PendingRequest(const PendingRequest& other);
~PendingRequest();
std::string account_id;

Powered by Google App Engine
This is Rietveld 408576698