Chromium Code Reviews

Unified Diff: chrome_frame/infobars/internal/displaced_window_manager.h

Issue 6676030: WinDDK ATL and MSVC express compatability (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Address OS_WIN ifdefs in source files; update to 78547 and fix merge conflict 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/infobars/internal/displaced_window_manager.h
===================================================================
--- chrome_frame/infobars/internal/displaced_window_manager.h (revision 78547)
+++ chrome_frame/infobars/internal/displaced_window_manager.h (working copy)
@@ -10,6 +10,7 @@
#include <atlwin.h>
#include "base/basictypes.h"
+#include "base/win/atlcheck.h"
#include "chrome_frame/infobars/internal/subclassing_window_with_delegate.h"
// DisplacedWindowManager observes the HWND passed to Initialize and:

Powered by Google App Engine