| Index: content/browser/devtools/devtools_http_handler_unittest.cc
|
| diff --git a/content/browser/devtools/devtools_http_handler_unittest.cc b/content/browser/devtools/devtools_http_handler_unittest.cc
|
| index db400720f253a1ff1a51d462cabb4e14e3dcd33b..681178da0138ff1c33cb811ba73c26f8e32363d8 100644
|
| --- a/content/browser/devtools/devtools_http_handler_unittest.cc
|
| +++ b/content/browser/devtools/devtools_http_handler_unittest.cc
|
| @@ -137,7 +137,7 @@ TEST_F(DevToolsHttpHandlerTest, TestStartStop) {
|
| run_loop_2.QuitClosure()));
|
| DevToolsAgentHost::StartRemoteDebuggingServer(
|
| std::move(factory), std::string(), base::FilePath(), base::FilePath(),
|
| - std::string(), std::string());
|
| + std::string(), std::string(), std::string());
|
| // Our dummy socket factory will post a quit message once the server will
|
| // become ready.
|
| run_loop.Run();
|
| @@ -153,7 +153,7 @@ TEST_F(DevToolsHttpHandlerTest, TestServerSocketFailed) {
|
| run_loop_2.QuitClosure()));
|
| DevToolsAgentHost::StartRemoteDebuggingServer(
|
| std::move(factory), std::string(), base::FilePath(), base::FilePath(),
|
| - std::string(), std::string());
|
| + std::string(), std::string(), std::string());
|
| // Our dummy socket factory will post a quit message once the server will
|
| // become ready.
|
| run_loop.Run();
|
| @@ -177,7 +177,7 @@ TEST_F(DevToolsHttpHandlerTest, TestDevToolsActivePort) {
|
|
|
| DevToolsAgentHost::StartRemoteDebuggingServer(
|
| std::move(factory), std::string(), temp_dir.GetPath(), base::FilePath(),
|
| - std::string(), std::string());
|
| + std::string(), std::string(), std::string());
|
| // Our dummy socket factory will post a quit message once the server will
|
| // become ready.
|
| run_loop.Run();
|
|
|