Chromium Code Reviews

Unified Diff: chrome_frame/chrome_frame_activex.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/chrome_frame_activex.h
===================================================================
--- chrome_frame/chrome_frame_activex.h (revision 78547)
+++ chrome_frame/chrome_frame_activex.h (working copy)
@@ -13,6 +13,7 @@
#include <string>
#include <vector>
+#include "base/win/atlcheck.h"
#include "chrome_frame/chrome_frame_activex_base.h"
#include "chrome_frame/com_type_info_holder.h"
#include "grit/chrome_frame_resources.h"

Powered by Google App Engine