Chromium Code Reviews

Unified Diff: chrome_frame/test_utils.h

Issue 6676030: WinDDK ATL and MSVC express compatability (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Address comments: -EXPRESS define, memset always implemented, coding style Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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[];

Powered by Google App Engine