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

Unified Diff: chrome/browser/chromeos/first_run/drive_first_run_controller.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
Index: chrome/browser/chromeos/first_run/drive_first_run_controller.h
diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.h b/chrome/browser/chromeos/first_run/drive_first_run_controller.h
index e062694175436d2a199f7aeb9894681af796bc90..3375b902b069fdee3e892fdac1cddded426a58ee 100644
--- a/chrome/browser/chromeos/first_run/drive_first_run_controller.h
+++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.h
@@ -78,8 +78,8 @@ class DriveFirstRunController {
Profile* profile_;
scoped_ptr<DriveWebContentsManager> web_contents_manager_;
- base::OneShotTimer<DriveFirstRunController> web_contents_timer_;
- base::OneShotTimer<DriveFirstRunController> initial_delay_timer_;
+ base::OneShotTimer web_contents_timer_;
+ base::OneShotTimer initial_delay_timer_;
bool started_;
base::ObserverList<Observer> observer_list_;
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/request_manager.h ('k') | chrome/browser/chromeos/idle_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698