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

Unified Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

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: fixwindowslink+rebase 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/login/chrome_restart_request.cc
diff --git a/chrome/browser/chromeos/login/chrome_restart_request.cc b/chrome/browser/chromeos/login/chrome_restart_request.cc
index 3049c7168cd212105cce8959da21f2b1f563aae3..07cab1da9bd22791da0e7593b0160e7205bae421 100644
--- a/chrome/browser/chromeos/login/chrome_restart_request.cc
+++ b/chrome/browser/chromeos/login/chrome_restart_request.cc
@@ -258,7 +258,7 @@ class ChromeRestartRequest
void RestartJob();
const std::vector<std::string> argv_;
- base::OneShotTimer<ChromeRestartRequest> timer_;
+ base::OneShotTimer timer_;
DISALLOW_COPY_AND_ASSIGN(ChromeRestartRequest);
};

Powered by Google App Engine
This is Rietveld 408576698