Index: chrome/browser/geolocation/chrome_access_token_store.cc |
diff --git a/chrome/browser/geolocation/chrome_access_token_store.cc b/chrome/browser/geolocation/chrome_access_token_store.cc |
index b895ee76b495c83e0e625fce8159bc6b212d173b..8bcc3a06ba02fabe0a8abf23f33bcde21482942f 100644 |
--- a/chrome/browser/geolocation/chrome_access_token_store.cc |
+++ b/chrome/browser/geolocation/chrome_access_token_store.cc |
@@ -38,7 +38,7 @@ bool IsUnsupportedNetworkProviderUrl(const GURL& url) { |
// calls back to the originator on the originating threaad. |
class TokenLoadingJob : public base::RefCountedThreadSafe<TokenLoadingJob> { |
public: |
- TokenLoadingJob( |
+ explicit TokenLoadingJob( |
const AccessTokenStore::LoadAccessTokensCallbackType& callback) |
: callback_(callback), |
system_request_context_(NULL) { |