Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: chrome_frame/test/mock_ie_event_sink_test.h

Issue 6676030: WinDDK ATL and MSVC express compatability (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Address comments; r78670; make atlcheck.h not pull in header Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_frame/test/mock_ie_event_sink_test.h
===================================================================
--- chrome_frame/test/mock_ie_event_sink_test.h (revision 78670)
+++ chrome_frame/test/mock_ie_event_sink_test.h (working copy)
@@ -7,6 +7,7 @@
#include <atlbase.h>
#include <atlcom.h>
+
#include <string>
#include <vector>
@@ -14,6 +15,7 @@
#include "base/string_number_conversions.h"
#include "base/stringprintf.h"
#include "base/utf_string_conversions.h"
+#include "base/win/atlcheck.h"
#include "base/win/object_watcher.h"
#include "chrome_frame/test/chrome_frame_test_utils.h"
#include "chrome_frame/test/chrome_frame_ui_test_utils.h"

Powered by Google App Engine
This is Rietveld 408576698