Index: chrome_frame/test_utils.h |
=================================================================== |
--- chrome_frame/test_utils.h (revision 78670) |
+++ chrome_frame/test_utils.h (working copy) |
@@ -5,11 +5,13 @@ |
#ifndef CHROME_FRAME_TEST_UTILS_H_ |
#define CHROME_FRAME_TEST_UTILS_H_ |
-#include <string> |
- |
#include <atlbase.h> |
#include <atlcom.h> |
+#include <string> |
+ |
+#include "base/win/atlcheck.h" |
+ |
class FilePath; |
extern const wchar_t kChromeFrameDllName[]; |