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

Unified Diff: chrome_frame/urlmon_url_request_private.h

Issue 6825055: Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert bad indentation, rebase Created 9 years, 8 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 | « chrome_frame/urlmon_url_request.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/urlmon_url_request_private.h
diff --git a/chrome_frame/urlmon_url_request_private.h b/chrome_frame/urlmon_url_request_private.h
index 60ca1188fb751472badbc942b327ed8e24029f59..498fb5d6610d33887a6e9cc49c7e8bd832ae5cd4 100644
--- a/chrome_frame/urlmon_url_request_private.h
+++ b/chrome_frame/urlmon_url_request_private.h
@@ -228,11 +228,11 @@ class UrlmonUrlRequest
};
Status status_;
- ScopedComPtr<IBinding> binding_;
- ScopedComPtr<IMoniker> moniker_;
- ScopedComPtr<IBindCtx> bind_context_;
- ScopedComPtr<IStream> cache_;
- ScopedComPtr<IStream> pending_data_;
+ base::win::ScopedComPtr<IBinding> binding_;
+ base::win::ScopedComPtr<IMoniker> moniker_;
+ base::win::ScopedComPtr<IBindCtx> bind_context_;
+ base::win::ScopedComPtr<IStream> cache_;
+ base::win::ScopedComPtr<IStream> pending_data_;
size_t pending_read_size_;
base::PlatformThreadId thread_;
« no previous file with comments | « chrome_frame/urlmon_url_request.cc ('k') | chrome_frame/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698