Chromium Code Reviews| Index: chrome_frame/bind_status_callback_impl.h |
| =================================================================== |
| --- chrome_frame/bind_status_callback_impl.h (revision 78670) |
| +++ chrome_frame/bind_status_callback_impl.h (working copy) |
| @@ -7,10 +7,12 @@ |
| #include <atlbase.h> |
| #include <atlcom.h> |
| -#include <string> |
| #include <urlmon.h> |
| +#include <string> |
| + |
| #include "base/scoped_comptr_win.h" |
| +#include "base/win/atlcheck.h" |
| #include "chrome_frame/utils.h" |
| // A generic base class for IBindStatus callback implementation. |