Index: chrome/test/automation/javascript_execution_controller.h |
diff --git a/chrome/test/automation/javascript_execution_controller.h b/chrome/test/automation/javascript_execution_controller.h |
index 633ce552177fbd42896650b503ad17de952ecfd4..afcdcaadd279d7b1076fe48f881a09e51ae3b3c2 100644 |
--- a/chrome/test/automation/javascript_execution_controller.h |
+++ b/chrome/test/automation/javascript_execution_controller.h |
@@ -22,8 +22,8 @@ class JavaScriptObjectProxy; |
class JavaScriptExecutionController |
: public base::SupportsWeakPtr<JavaScriptExecutionController> { |
public: |
- JavaScriptExecutionController() {} |
- virtual ~JavaScriptExecutionController() {} |
+ JavaScriptExecutionController(); |
+ virtual ~JavaScriptExecutionController(); |
// Executes |script| and parse the return value. Returns whether the |
// execution and parsing succeeded. |