| Index: chrome/browser/renderer_host/resource_dispatcher_host.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.cc (revision 30521)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.cc (working copy)
|
| @@ -259,7 +259,7 @@
|
| ALLOW_THIS_IN_INITIALIZER_LIST(
|
| save_file_manager_(new SaveFileManager(ui_loop_, io_loop, this))),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(user_script_listener_(
|
| - new UserScriptListener(ui_loop_, io_loop, this))),
|
| + new UserScriptListener(this))),
|
| safe_browsing_(new SafeBrowsingService),
|
| webkit_thread_(new WebKitThread),
|
| request_id_(-1),
|
|
|