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

Unified Diff: ash/system/chromeos/network/tray_network_state_observer.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 | « ash/shelf/shelf_tooltip_manager.cc ('k') | ash/system/chromeos/session/logout_confirmation_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/tray_network_state_observer.h
diff --git a/ash/system/chromeos/network/tray_network_state_observer.h b/ash/system/chromeos/network/tray_network_state_observer.h
index af9bed6172aa686827ea5032fddaab368c1f0c41..d5f572b8b6bd7b1d2193f0b89a2a2b3502e88749 100644
--- a/ash/system/chromeos/network/tray_network_state_observer.h
+++ b/ash/system/chromeos/network/tray_network_state_observer.h
@@ -53,7 +53,7 @@ class TrayNetworkStateObserver : public chromeos::NetworkStateHandlerObserver {
int update_frequency_;
// Timer used to limit the frequency of NetworkStateChanged updates.
- base::OneShotTimer<TrayNetworkStateObserver> timer_;
+ base::OneShotTimer timer_;
DISALLOW_COPY_AND_ASSIGN(TrayNetworkStateObserver);
};
« no previous file with comments | « ash/shelf/shelf_tooltip_manager.cc ('k') | ash/system/chromeos/session/logout_confirmation_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698