| Index: chrome_frame/plugin_url_request.h
|
| diff --git a/chrome_frame/plugin_url_request.h b/chrome_frame/plugin_url_request.h
|
| index e74a5892e0880d1f463ca9c8614a9d92baf7b99d..879620c043842ecd55dac1b348a8ae6a3b51acad 100644
|
| --- a/chrome_frame/plugin_url_request.h
|
| +++ b/chrome_frame/plugin_url_request.h
|
| @@ -9,8 +9,8 @@
|
| #include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/scoped_comptr_win.h"
|
| #include "base/time.h"
|
| +#include "base/win/scoped_comptr.h"
|
| #include "chrome_frame/chrome_frame_delegate.h"
|
| #include "chrome_frame/urlmon_upload_data_stream.h"
|
| #include "ipc/ipc_message.h"
|
| @@ -186,7 +186,7 @@ class PluginUrlRequest {
|
| std::string extra_headers_;
|
| ResourceType::Type resource_type_;
|
| int load_flags_;
|
| - ScopedComPtr<IStream> upload_data_;
|
| + base::win::ScopedComPtr<IStream> upload_data_;
|
| bool is_chunked_upload_;
|
| // Contains the ip address and port of the destination host.
|
| net::HostPortPair socket_address_;
|
|
|