Index: chrome_frame/chrome_frame_activex_base.h |
=================================================================== |
--- chrome_frame/chrome_frame_activex_base.h (revision 104976) |
+++ chrome_frame/chrome_frame_activex_base.h (working copy) |
@@ -28,6 +28,7 @@ |
#include "chrome/app/chrome_command_ids.h" |
#include "chrome/common/url_constants.h" |
#include "chrome_frame/chrome_frame_plugin.h" |
+#include "chrome_frame/chrome_tab.h" |
#include "chrome_frame/com_message_event.h" |
#include "chrome_frame/com_type_info_holder.h" |
#include "chrome_frame/simple_resource_loader.h" |
@@ -37,9 +38,6 @@ |
#include "grit/generated_resources.h" |
#include "net/base/cookie_monster.h" |
-// Include without path to make GYP build see it. |
-#include "chrome_tab.h" // NOLINT |
- |
// Connection point class to support firing IChromeFrameEvents (dispinterface). |
template<class T> |
class ATL_NO_VTABLE ProxyDIChromeFrameEvents |