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

Unified Diff: remoting/host/setup/win/auth_code_getter.h

Issue 2889263002: Remove Interface ID Template Parameter from ScopedComPtr (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « media/audio/win/core_audio_util_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « media/audio/win/core_audio_util_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698