diff options
Diffstat (limited to 'chrome_frame/cfproxy.h')
-rw-r--r-- | chrome_frame/cfproxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/cfproxy.h b/chrome_frame/cfproxy.h index 6bc8abd..e5169dc 100644 --- a/chrome_frame/cfproxy.h +++ b/chrome_frame/cfproxy.h @@ -14,7 +14,7 @@ #include "base/time.h" // for base::TimeDelta #include "base/file_path.h" #include "chrome/common/automation_constants.h" -#include "content/common/page_zoom.h" +#include "content/public/common/page_zoom.h" #include "ipc/ipc_channel.h" class ChromeProxyDelegate; @@ -93,7 +93,7 @@ class ChromeProxy { virtual void Tab_MenuCommand(int tab, int selected_command) = 0; // UI - virtual void Tab_Zoom(int tab, PageZoom::Function zoom_level) = 0; + virtual void Tab_Zoom(int tab, content::PageZoom zoom_level) = 0; virtual void Tab_FontSize(int tab, enum AutomationPageFontSize font_size) = 0; virtual void Tab_SetInitialFocus(int tab, bool reverse, bool restore_focus_to_view) = 0; |