| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index ba40105dbb5b505a51ad7f5ca02143c5df1d8dd4..91313030cf01c84b0cd93e27e5af1955e5f1277f 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -35,6 +35,7 @@ class PowerManagerClientObserverForTesting;
|
| class AutofillProfile;
|
| class CreditCard;
|
| class ImporterList;
|
| +struct NativeWebKeyboardEvent;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -44,6 +45,10 @@ namespace content {
|
| class RenderViewHost;
|
| }
|
|
|
| +namespace gfx {
|
| +class Rect;
|
| +}
|
| +
|
| namespace webkit {
|
| struct WebPluginInfo;
|
| }
|
|
|