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

Unified Diff: chrome/browser/signin/oauth2_token_service_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
Index: chrome/browser/signin/oauth2_token_service_unittest.cc
diff --git a/chrome/browser/signin/oauth2_token_service_unittest.cc b/chrome/browser/signin/oauth2_token_service_unittest.cc
index a8dd1996e65e35788aaae53a75a0d062db504493..50536da29ba06bbf0fc5a16a7164b621108f387e 100644
--- a/chrome/browser/signin/oauth2_token_service_unittest.cc
+++ b/chrome/browser/signin/oauth2_token_service_unittest.cc
@@ -62,7 +62,7 @@ class TestingOAuth2TokenServiceConsumer : public OAuth2TokenService::Consumer {
class RetryingTestingOAuth2TokenServiceConsumer
: public OAuth2TokenService::Consumer {
public:
- RetryingTestingOAuth2TokenServiceConsumer(
+ explicit RetryingTestingOAuth2TokenServiceConsumer(
OAuth2TokenService* oauth2_service)
: oauth2_service_(oauth2_service),
number_of_correct_tokens_(0),
« no previous file with comments | « chrome/browser/sessions/session_service_test_helper.h ('k') | chrome/browser/spellchecker/spellcheck_message_filter_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698