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..df815f93c3bef4961ed518de8f8522c52fed307c 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) |