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

Unified Diff: google_apis/gaia/oauth2_mint_token_flow_unittest.cc

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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 | « dbus/test_service.h ('k') | gpu/command_buffer/client/buffer_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/oauth2_mint_token_flow_unittest.cc
diff --git a/google_apis/gaia/oauth2_mint_token_flow_unittest.cc b/google_apis/gaia/oauth2_mint_token_flow_unittest.cc
index 4b24e939cef688904f0e68d703b7e1e388ed7a7c..a62cb0923bbb80214d17be7ea5994810c555196f 100644
--- a/google_apis/gaia/oauth2_mint_token_flow_unittest.cc
+++ b/google_apis/gaia/oauth2_mint_token_flow_unittest.cc
@@ -135,8 +135,8 @@ class MockDelegate : public OAuth2MintTokenFlow::Delegate {
class MockMintTokenFlow : public OAuth2MintTokenFlow {
public:
- explicit MockMintTokenFlow(MockDelegate* delegate,
- const OAuth2MintTokenFlow::Parameters& parameters )
+ MockMintTokenFlow(MockDelegate* delegate,
+ const OAuth2MintTokenFlow::Parameters& parameters)
: OAuth2MintTokenFlow(NULL, delegate, parameters) {}
~MockMintTokenFlow() {}
« no previous file with comments | « dbus/test_service.h ('k') | gpu/command_buffer/client/buffer_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698