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

Unified Diff: chrome/browser/ui/webui/flash_ui.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: . 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/ui/webui/flash_ui.cc
diff --git a/chrome/browser/ui/webui/flash_ui.cc b/chrome/browser/ui/webui/flash_ui.cc
index d4dac68c5d2cc4aeff6ad7fc224b4b8f99c7824c..3694688af5726cd0683b5004fc8ef2409b67c2ea 100644
--- a/chrome/browser/ui/webui/flash_ui.cc
+++ b/chrome/browser/ui/webui/flash_ui.cc
@@ -113,7 +113,7 @@ class FlashDOMHandler : public WebUIMessageHandler,
void OnTimeout();
// A timer to keep track of when the data fetching times out.
- base::OneShotTimer<FlashDOMHandler> timeout_;
+ base::OneShotTimer timeout_;
// Crash list.
scoped_refptr<CrashUploadList> upload_list_;

Powered by Google App Engine
This is Rietveld 408576698