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

Unified Diff: chrome/browser/process_singleton_posix.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: 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/process_singleton_posix.cc
diff --git a/chrome/browser/process_singleton_posix.cc b/chrome/browser/process_singleton_posix.cc
index 5e2635e29cb49a4131972b1ad9033785ea1a8338..81a5c5fec355cc1d535300b452b3bb5ea4259b57 100644
--- a/chrome/browser/process_singleton_posix.cc
+++ b/chrome/browser/process_singleton_posix.cc
@@ -516,7 +516,7 @@ class ProcessSingleton::LinuxWatcher
// reads.
size_t bytes_read_;
- base::OneShotTimer<SocketReader> timer_;
+ base::OneShotTimer timer_;
DISALLOW_COPY_AND_ASSIGN(SocketReader);
};
« no previous file with comments | « chrome/browser/printing/print_view_manager_base.cc ('k') | chrome/browser/profile_resetter/brandcode_config_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698