Index: chrome_frame/chrome_frame_activex.h |
=================================================================== |
--- chrome_frame/chrome_frame_activex.h (revision 105822) |
+++ chrome_frame/chrome_frame_activex.h (working copy) |
@@ -14,10 +14,12 @@ |
#include <vector> |
#include "chrome_frame/chrome_frame_activex_base.h" |
-#include "chrome_frame/chrome_tab.h" |
#include "chrome_frame/com_type_info_holder.h" |
#include "grit/chrome_frame_resources.h" |
+// Include without path to make GYP build see it. |
+#include "chrome_tab.h" // NOLINT |
+ |
#define WM_HOST_MOVED_NOTIFICATION (WM_APP + 1) |
// ChromeFrameActivex: Implementation of the ActiveX control that is |