Index: chrome/app/chrome_crash_reporter_client.h |
diff --git a/chrome/app/chrome_crash_reporter_client.h b/chrome/app/chrome_crash_reporter_client.h |
index ed7ffba90e89546d59fe865798b18b23efa751d7..24a475aab14d9c15e98b6d23e9223a3e1182dc08 100644 |
--- a/chrome/app/chrome_crash_reporter_client.h |
+++ b/chrome/app/chrome_crash_reporter_client.h |
@@ -40,8 +40,8 @@ class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient { |
#endif |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS) |
- 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 |