Chromium Code Reviews| Index: remoting/host/setup/win/auth_code_getter.cc |
| diff --git a/remoting/host/setup/win/auth_code_getter.cc b/remoting/host/setup/win/auth_code_getter.cc |
| index 2bab5203304365222947892dd59d7876ca5aaec6..3cf6c8c7ac7edd52968a7c1f1016c0bf1c6b9458 100644 |
| --- a/remoting/host/setup/win/auth_code_getter.cc |
| +++ b/remoting/host/setup/win/auth_code_getter.cc |
| @@ -88,7 +88,7 @@ bool AuthCodeGetter::TestBrowserUrl(std::string* auth_code) { |
| void AuthCodeGetter::KillBrowser() { |
| if (browser_.get()) { |
| browser_->Quit(); |
| - browser_.Release(); |
| + browser_.Reset(); |
| } |
| } |