| Index: chrome_frame/cfproxy.h
|
| diff --git a/chrome_frame/cfproxy.h b/chrome_frame/cfproxy.h
|
| index dc0e4b00d4cec3bb4ffd528e8f18989369e1172f..c3acf7aaac468ec752d8d16ccce18133fe063228 100644
|
| --- a/chrome_frame/cfproxy.h
|
| +++ b/chrome_frame/cfproxy.h
|
| @@ -13,8 +13,8 @@
|
| #include "base/lock.h"
|
| #include "base/time.h" // for base::TimeDelta
|
| #include "base/file_path.h"
|
| +#include "chrome/common/automation_constants.h"
|
| #include "chrome/common/page_zoom.h"
|
| -#include "chrome/test/automation/automation_constants.h"
|
|
|
| enum FindInPageDirection { BACK = 0, FWD = 1 };
|
| enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 };
|
|
|