summaryrefslogtreecommitdiff
path: root/chromium/google_apis/gaia/ubertoken_fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/google_apis/gaia/ubertoken_fetcher.h')
-rw-r--r--chromium/google_apis/gaia/ubertoken_fetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/google_apis/gaia/ubertoken_fetcher.h b/chromium/google_apis/gaia/ubertoken_fetcher.h
index ade53cca267..56017461572 100644
--- a/chromium/google_apis/gaia/ubertoken_fetcher.h
+++ b/chromium/google_apis/gaia/ubertoken_fetcher.h
@@ -91,7 +91,7 @@ class UbertokenFetcher : public GaiaAuthConsumer,
std::string account_id_;
std::string access_token_;
int retry_number_;
- base::OneShotTimer<UbertokenFetcher> retry_timer_;
+ base::OneShotTimer retry_timer_;
bool second_access_token_request_;
DISALLOW_COPY_AND_ASSIGN(UbertokenFetcher);