summaryrefslogtreecommitdiffstats
path: root/chrome_frame/external_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/external_tab.h')
-rw-r--r--chrome_frame/external_tab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/external_tab.h b/chrome_frame/external_tab.h
index 26abf8f..2ac46a5 100644
--- a/chrome_frame/external_tab.h
+++ b/chrome_frame/external_tab.h
@@ -19,7 +19,7 @@
#include "chrome/common/automation_constants.h"
#include "chrome_frame/cfproxy.h"
#include "chrome_frame/task_marshaller.h"
-#include "content/common/page_zoom.h"
+#include "content/public/common/page_zoom.h"
#include "googleurl/src/gurl.h"
class Task;
@@ -116,7 +116,7 @@ class ExternalTabProxy : public CWindowImpl<ExternalTabProxy>,
virtual void ConnectToExternalTab(uint64 external_tab_cookie);
virtual void BlockExternalTab(uint64 cookie);
- void SetZoomLevel(PageZoom::Function zoom_level);
+ void SetZoomLevel(content::PageZoom zoom_level);
private:
BEGIN_MSG_MAP(ExternalTabProxy)