| Index: content/browser/mock_content_browser_client.cc
|
| diff --git a/content/browser/mock_content_browser_client.cc b/content/browser/mock_content_browser_client.cc
|
| index 0f802ff8b300375de02b061654a7f42c3f7a7f75..0ae1dda6dc4df6b5659c28b88d92cb511c5c2fb8 100644
|
| --- a/content/browser/mock_content_browser_client.cc
|
| +++ b/content/browser/mock_content_browser_client.cc
|
| @@ -269,7 +269,7 @@ FilePath MockContentBrowserClient::GetDefaultDownloadDirectory() {
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| int MockContentBrowserClient::GetCrashSignalFD(
|
| - const std::string& process_type) {
|
| + const CommandLine& command_line) {
|
| return -1;
|
| }
|
| #endif
|
|
|