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

Unified Diff: chrome_frame/protocol_sink_wrap.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/protocol_sink_wrap.h
===================================================================
--- chrome_frame/protocol_sink_wrap.h (revision 78670)
+++ chrome_frame/protocol_sink_wrap.h (working copy)
@@ -5,16 +5,17 @@
#ifndef CHROME_FRAME_PROTOCOL_SINK_WRAP_H_
#define CHROME_FRAME_PROTOCOL_SINK_WRAP_H_
+#include <atlbase.h>
+#include <atlcom.h>
#include <exdisp.h>
#include <urlmon.h>
-#include <atlbase.h>
-#include <atlcom.h>
#include <map>
#include <string>
#include "base/basictypes.h"
#include "base/ref_counted.h"
+#include "base/win/atlcheck.h"
#include "base/win/scoped_comptr.h"
#include "base/win/scoped_bstr.h"
#include "googleurl/src/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698