diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index e5d36a7..26cdde5 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -24,8 +24,8 @@ class ConstrainedWindowProxy; class GURL; class Value; -typedef enum FindInPageDirection { BACK = 0, FWD = 1 }; -typedef enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 }; +enum FindInPageDirection { BACK = 0, FWD = 1 }; +enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 }; class TabProxy : public AutomationResourceProxy { public: |