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

Unified Diff: chromeos/geolocation/simple_geolocation_request.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 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 | « chromeos/audio/cras_audio_handler.h ('k') | chromeos/timezone/timezone_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/geolocation/simple_geolocation_request.h
diff --git a/chromeos/geolocation/simple_geolocation_request.h b/chromeos/geolocation/simple_geolocation_request.h
index 179efcb21a1093a387eea1023a6634ccce9cfc76..5ec5ce31b4548bbed53bd0c7353ce49f67613962 100644
--- a/chromeos/geolocation/simple_geolocation_request.h
+++ b/chromeos/geolocation/simple_geolocation_request.h
@@ -103,10 +103,10 @@ class SimpleGeolocationRequest : private net::URLFetcherDelegate {
const base::TimeDelta timeout_;
// Pending retry.
- base::OneShotTimer<SimpleGeolocationRequest> request_scheduled_;
+ base::OneShotTimer request_scheduled_;
// Stop request on timeout.
- base::OneShotTimer<SimpleGeolocationRequest> timeout_timer_;
+ base::OneShotTimer timeout_timer_;
// Number of retry attempts.
unsigned retries_;
« no previous file with comments | « chromeos/audio/cras_audio_handler.h ('k') | chromeos/timezone/timezone_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698