| Index: chrome/test/automation/automation_json_requests.h
|
| ===================================================================
|
| --- chrome/test/automation/automation_json_requests.h (revision 91508)
|
| +++ chrome/test/automation/automation_json_requests.h (working copy)
|
| @@ -17,10 +17,17 @@
|
| class AutomationMessageSender;
|
| class FilePath;
|
| class GURL;
|
| +
|
| +namespace base {
|
| class DictionaryValue;
|
| class ListValue;
|
| class Value;
|
| +}
|
|
|
| +using base::DictionaryValue;
|
| +using base::ListValue;
|
| +using base::Value;
|
| +
|
| struct WebKeyEvent {
|
| WebKeyEvent(automation::KeyEventTypes type,
|
| ui::KeyboardCode key_code,
|
|
|