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

Unified Diff: chrome/browser/ui/webui/chromeos/login/network_dropdown.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 | « chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h ('k') | chrome/browser/ui/webui/flash_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/network_dropdown.h
diff --git a/chrome/browser/ui/webui/chromeos/login/network_dropdown.h b/chrome/browser/ui/webui/chromeos/login/network_dropdown.h
index e4e60c50d2447554f850e60ad1d2457eee5b2a35..194db47a8008da1df08db24aea8149377066e6a5 100644
--- a/chrome/browser/ui/webui/chromeos/login/network_dropdown.h
+++ b/chrome/browser/ui/webui/chromeos/login/network_dropdown.h
@@ -75,7 +75,7 @@ class NetworkDropdown : public NetworkMenu::Delegate,
bool oobe_;
// Timer used to periodically force network scan.
- base::RepeatingTimer<NetworkDropdown> network_scan_timer_;
+ base::RepeatingTimer network_scan_timer_;
DISALLOW_COPY_AND_ASSIGN(NetworkDropdown);
};
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h ('k') | chrome/browser/ui/webui/flash_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698