| Index: content/renderer/dom_automation_controller.cc
|
| diff --git a/content/renderer/dom_automation_controller.cc b/content/renderer/dom_automation_controller.cc
|
| index 85e2fcd6e28a89cf2432b5256c82efc8e9f1c050..4c2a71791d4ef0b36218cf7315978514359c42e8 100644
|
| --- a/content/renderer/dom_automation_controller.cc
|
| +++ b/content/renderer/dom_automation_controller.cc
|
| @@ -10,6 +10,9 @@
|
| #include "base/string_util.h"
|
| #include "content/common/view_messages.h"
|
|
|
| +using webkit_glue::CppArgumentList;
|
| +using webkit_glue::CppVariant;
|
| +
|
| DomAutomationController::DomAutomationController()
|
| : sender_(NULL),
|
| routing_id_(MSG_ROUTING_NONE),
|
|
|