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

Unified Diff: remoting/host/setup/win/auth_code_getter.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: . 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: remoting/host/setup/win/auth_code_getter.h
diff --git a/remoting/host/setup/win/auth_code_getter.h b/remoting/host/setup/win/auth_code_getter.h
index 7493d7c8931aa5b9fbe5c59f4ec32025a3693915..4373895c3334f5178a50d9425bd7385bc2fd58d7 100644
--- a/remoting/host/setup/win/auth_code_getter.h
+++ b/remoting/host/setup/win/auth_code_getter.h
@@ -44,7 +44,7 @@ class AuthCodeGetter : public base::NonThreadSafe {
// The browser through which the user requests an authorization code.
base::win::ScopedComPtr<IWebBrowser2, &IID_IWebBrowser2> browser_;
// A timer used to poll the browser's URL.
- base::OneShotTimer<AuthCodeGetter> timer_;
+ base::OneShotTimer timer_;
// The interval at which the timer fires.
base::TimeDelta timer_interval_;

Powered by Google App Engine
This is Rietveld 408576698