Chromium Code Reviews| Index: chrome_frame/test_utils.h |
| =================================================================== |
| --- chrome_frame/test_utils.h (revision 78547) |
| +++ chrome_frame/test_utils.h (working copy) |
| @@ -10,6 +10,8 @@ |
| #include <atlbase.h> |
|
Mark Mentovai
2011/03/17 20:43:42
These should precede <string> (unless there’s some
RN
2011/03/18 09:34:24
Yeah, done.
|
| #include <atlcom.h> |
| +#include "base/win/atlcheck.h" |
| + |
| class FilePath; |
| extern const wchar_t kChromeFrameDllName[]; |