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

Unified Diff: content/browser/browser_main_loop.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: content/browser/browser_main_loop.h
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
index 822589e702db6f1c28ff515eb65a7dfa612f8051..4650c27ee28543ceb8ef4ac222e96ee6076c0c82 100644
--- a/content/browser/browser_main_loop.h
+++ b/content/browser/browser_main_loop.h
@@ -212,7 +212,7 @@ class CONTENT_EXPORT BrowserMainLoop {
base::FilePath startup_trace_file_;
// This timer initiates trace file saving.
- base::OneShotTimer<BrowserMainLoop> startup_trace_timer_;
+ base::OneShotTimer startup_trace_timer_;
// Members initialized in |Init()| -------------------------------------------
// Destroy |parts_| before |main_message_loop_| (required) and before other
« no previous file with comments | « content/browser/appcache/appcache_storage_impl.h ('k') | content/browser/device_sensors/data_fetcher_shared_memory_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698