Index: components/crash/app/crash_reporter_client.cc |
diff --git a/components/crash/app/crash_reporter_client.cc b/components/crash/app/crash_reporter_client.cc |
index c3907edeb95ae1c4e73142139c0506000dd4f080..4f9fd92b15189ae74eb84c150cfc1dd529f09832 100644 |
--- a/components/crash/app/crash_reporter_client.cc |
+++ b/components/crash/app/crash_reporter_client.cc |
@@ -79,8 +79,8 @@ void CrashReporterClient::RecordCrashDumpAttempt(bool is_real_crash) { |
#endif |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS) |
-void CrashReporterClient::GetProductNameAndVersion(std::string* product_name, |
- std::string* version) { |
+void CrashReporterClient::GetProductNameAndVersion(const char** product_name, |
+ const char** version) { |
} |
base::FilePath CrashReporterClient::GetReporterLogFilename() { |