Index: remoting/host/oauth_token_getter_impl.h |
diff --git a/remoting/host/oauth_token_getter_impl.h b/remoting/host/oauth_token_getter_impl.h |
index f875ab742b230e0834de27b9ea7689ab6da68df1..e90074540fe038957eee8d81b44ccfb0605ba7d0 100644 |
--- a/remoting/host/oauth_token_getter_impl.h |
+++ b/remoting/host/oauth_token_getter_impl.h |
@@ -61,7 +61,7 @@ class OAuthTokenGetterImpl : public OAuthTokenGetter, |
std::string oauth_access_token_; |
base::Time auth_token_expiry_time_; |
std::queue<OAuthTokenGetter::TokenCallback> pending_callbacks_; |
- scoped_ptr<base::OneShotTimer<OAuthTokenGetterImpl>> refresh_timer_; |
+ scoped_ptr<base::OneShotTimer> refresh_timer_; |
}; |
} // namespace remoting |