Index: extensions/browser/script_executor.h |
diff --git a/extensions/browser/script_executor.h b/extensions/browser/script_executor.h |
index c4ecb008d06efec79f9c802e14dc4afafbd85991..322e9bbb881ca05a377dee9bfae38a3bc0b6fd58 100644 |
--- a/extensions/browser/script_executor.h |
+++ b/extensions/browser/script_executor.h |
@@ -85,7 +85,7 @@ class ScriptExecutor { |
// |callback| will always be called even if the IPC'd renderer is destroyed |
// before a response is received (in this case the callback will be with a |
// failure and appropriate error message). |
- void ExecuteScript(const std::string& extension_id, |
+ void ExecuteScript(const HostID& host_id, |
ScriptType script_type, |
const std::string& code, |
FrameScope frame_scope, |