| Index: chrome/browser/extensions/api/automation_internal/automation_internal_api.h
|
| diff --git a/chrome/browser/extensions/api/automation_internal/automation_internal_api.h b/chrome/browser/extensions/api/automation_internal/automation_internal_api.h
|
| index 5761d26cd416839f32981f3772df40fe7cb24d82..9e65175160bd6e593af85dacef570182a046ae78 100644
|
| --- a/chrome/browser/extensions/api/automation_internal/automation_internal_api.h
|
| +++ b/chrome/browser/extensions/api/automation_internal/automation_internal_api.h
|
| @@ -9,10 +9,6 @@
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
|
|
| -namespace content {
|
| -struct AXEventNotificationDetails;
|
| -} // namespace content
|
| -
|
| namespace extensions {
|
| class AutomationActionAdapter;
|
|
|
| @@ -25,10 +21,6 @@ struct Params;
|
| } // namespace api
|
| } // namespace extensions
|
|
|
| -namespace ui {
|
| -struct AXNodeData;
|
| -}
|
| -
|
| namespace extensions {
|
|
|
| // Implementation of the chrome.automation API.
|
|
|