Index: chrome/browser/extensions/api/debugger/debugger_api.h |
diff --git a/chrome/browser/extensions/api/debugger/debugger_api.h b/chrome/browser/extensions/api/debugger/debugger_api.h |
index 62d6b65774bff13b449b4febce9d78f945c0e47c..b7f332791f51d79ddadc2a31f9593d49399ece9f 100644 |
--- a/chrome/browser/extensions/api/debugger/debugger_api.h |
+++ b/chrome/browser/extensions/api/debugger/debugger_api.h |
@@ -71,7 +71,7 @@ class SendCommandDebuggerFunction : public DebuggerFunction { |
DECLARE_EXTENSION_FUNCTION_NAME("debugger.sendCommand") |
SendCommandDebuggerFunction(); |
- void SendResponseBody(base::DictionaryValue* dictionary); |
+ void SendResponseBody(base::DictionaryValue* result); |
protected: |
virtual ~SendCommandDebuggerFunction(); |