Index: chrome_frame/chrome_frame_delegate.h |
diff --git a/chrome_frame/chrome_frame_delegate.h b/chrome_frame/chrome_frame_delegate.h |
index b57cc5b8896dffd0b482d692b2ea9f11fe18b6bc..c7890b7ed31b6ad5185a5f30f4b8e62f55343e48 100644 |
--- a/chrome_frame/chrome_frame_delegate.h |
+++ b/chrome_frame/chrome_frame_delegate.h |
@@ -13,7 +13,7 @@ |
#include "base/file_path.h" |
#include "base/lock.h" |
-#include "chrome/test/automation/automation_messages.h" |
+#include "chrome/common/automation_messages.h" |
#include "ipc/ipc_message.h" |
// A common interface supported by all the browser specific ChromeFrame |
@@ -108,7 +108,7 @@ class ChromeFrameDelegateImpl : public ChromeFrameDelegate { |
const std::string& target) {} |
virtual void OnHandleContextMenu(int tab_handle, HANDLE menu_handle, |
int align_flags, |
- const IPC::ContextMenuParams& params) {} |
+ const IPC::MiniContextMenuParams& params) {} |
virtual void OnRequestStart(int tab_handle, int request_id, |
const IPC::AutomationURLRequest& request) {} |
virtual void OnRequestRead(int tab_handle, int request_id, |