Index: content/shell/app/shell_crash_reporter_client.h |
diff --git a/content/shell/app/shell_crash_reporter_client.h b/content/shell/app/shell_crash_reporter_client.h |
index 1ab416da520450c59c6f342bdcf21f67d7804578..3be19a71875850f8221bd6cb5f554f6f02659d3f 100644 |
--- a/content/shell/app/shell_crash_reporter_client.h |
+++ b/content/shell/app/shell_crash_reporter_client.h |
@@ -28,8 +28,8 @@ class ShellCrashReporterClient : public crash_reporter::CrashReporterClient { |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS) |
// Returns a textual description of the product type and version to include |
// in the crash report. |
- virtual void GetProductNameAndVersion(std::string* product_name, |
- std::string* version) OVERRIDE; |
+ virtual void GetProductNameAndVersion(const char** product_name, |
+ const char** version) OVERRIDE; |
virtual base::FilePath GetReporterLogFilename() OVERRIDE; |
#endif |