| Index: chrome_frame/protocol_sink_wrap.h
|
| ===================================================================
|
| --- chrome_frame/protocol_sink_wrap.h (revision 78670)
|
| +++ chrome_frame/protocol_sink_wrap.h (working copy)
|
| @@ -5,16 +5,17 @@
|
| #ifndef CHROME_FRAME_PROTOCOL_SINK_WRAP_H_
|
| #define CHROME_FRAME_PROTOCOL_SINK_WRAP_H_
|
|
|
| +#include <atlbase.h>
|
| +#include <atlcom.h>
|
| #include <exdisp.h>
|
| #include <urlmon.h>
|
| -#include <atlbase.h>
|
| -#include <atlcom.h>
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/ref_counted.h"
|
| +#include "base/win/atlcheck.h"
|
| #include "base/win/scoped_comptr.h"
|
| #include "base/win/scoped_bstr.h"
|
| #include "googleurl/src/gurl.h"
|
|
|