| Index: chrome/test/pyautolib/pyautolib.i
|
| diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
|
| index 70da0310118278ec88d65ea1ab7dcfb3da5fc5a8..e3fd48c91bd8bc192cea8e58736b6808f7ad1019 100644
|
| --- a/chrome/test/pyautolib/pyautolib.i
|
| +++ b/chrome/test/pyautolib/pyautolib.i
|
| @@ -27,6 +27,7 @@
|
| // pyautolib_sources in chrome_tests.gypi.
|
|
|
| // Headers that can be swigged directly.
|
| +%include "ash/accelerators/accelerator_action.h"
|
| %include "chrome/app/chrome_command_ids.h"
|
| %include "chrome/app/chrome_dll_resource.h"
|
| %include "chrome/common/automation_constants.h"
|
| @@ -39,6 +40,7 @@
|
| %include "net/base/cert_status_flags.h"
|
|
|
| %{
|
| +#include "ash/accelerators/accelerator_action.h"
|
| #include "chrome/common/automation_constants.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/automation/browser_proxy.h"
|
|
|