| 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_;
|
|
|
|
|