| 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 7688ae99f25834097141f0307f30746d5f594e2d..b4a575670f5009e152be96bff69a928d4932a01f 100644
|
| --- a/remoting/host/setup/win/auth_code_getter.h
|
| +++ b/remoting/host/setup/win/auth_code_getter.h
|
| @@ -43,7 +43,7 @@ class AuthCodeGetter : public base::NonThreadSafe {
|
| // The authorization code callback.
|
| base::Callback<void(const std::string&)> on_auth_code_;
|
| // The browser through which the user requests an authorization code.
|
| - base::win::ScopedComPtr<IWebBrowser2, &IID_IWebBrowser2> browser_;
|
| + base::win::ScopedComPtr<IWebBrowser2> browser_;
|
| // A timer used to poll the browser's URL.
|
| base::OneShotTimer timer_;
|
| // The interval at which the timer fires.
|
|
|