Chromium Code Reviews| Index: chrome_frame/urlmon_bind_status_callback.h |
| diff --git a/chrome_frame/urlmon_bind_status_callback.h b/chrome_frame/urlmon_bind_status_callback.h |
| index 8d8f4c45f7c87ec110e89526e8e76a0a8c4d5a41..dc310396acc0c7596e5da71e6b55c4228694041a 100644 |
| --- a/chrome_frame/urlmon_bind_status_callback.h |
| +++ b/chrome_frame/urlmon_bind_status_callback.h |
| @@ -78,7 +78,7 @@ class SniffData { |
| return (size_ != 0); |
| } |
| - ScopedComPtr<IStream> cache_; |
| + base::win::ScopedComPtr<IStream> cache_; |
| std::wstring url_; |
| RendererType renderer_type_; |
| size_t size_; |