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

Unified Diff: components/policy/core/common/remote_commands/remote_commands_queue.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: components/policy/core/common/remote_commands/remote_commands_queue.h
diff --git a/components/policy/core/common/remote_commands/remote_commands_queue.h b/components/policy/core/common/remote_commands/remote_commands_queue.h
index fb03e1875ecbc5801e5a536508ab8951fb948c5b..a919a21bff5358580bedb60d8b012bdffc3624ec 100644
--- a/components/policy/core/common/remote_commands/remote_commands_queue.h
+++ b/components/policy/core/common/remote_commands/remote_commands_queue.h
@@ -77,7 +77,7 @@ class POLICY_EXPORT RemoteCommandsQueue {
scoped_ptr<RemoteCommandJob> running_command_;
scoped_ptr<base::TickClock> clock_;
- base::OneShotTimer<RemoteCommandsQueue> execution_timeout_timer_;
+ base::OneShotTimer execution_timeout_timer_;
base::ObserverList<Observer, true> observer_list_;
« no previous file with comments | « components/plugins/renderer/loadable_plugin_placeholder.h ('k') | components/proximity_auth/ble/proximity_auth_ble_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698