| Index: content/browser/mock_content_browser_client.h
|
| diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
|
| index 6d9a2179f990fbc615fa7199cb99ae13dfd88a8d..095480b67306a4bda6deb443c810aa725fe86b1f 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -128,7 +128,7 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| virtual FilePath GetDefaultDownloadDirectory() OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| - virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE;
|
| + virtual int GetCrashSignalFD(const CommandLine* command_line) OVERRIDE;
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|