Index: chrome/app/chrome_crash_reporter_client.cc |
diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc |
index 6bfbb3b8c5c262cf6ea946f6dfbbd750ce0542d9..4773e7b4a0b7a8aae45035a7de104da0286f4d86 100644 |
--- a/chrome/app/chrome_crash_reporter_client.cc |
+++ b/chrome/app/chrome_crash_reporter_client.cc |
@@ -285,8 +285,8 @@ bool ChromeCrashReporterClient::ReportingIsEnforcedByPolicy( |
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS) |
void ChromeCrashReporterClient::GetProductNameAndVersion( |
- std::string* product_name, |
- std::string* version) { |
+ const char** product_name, |
+ const char** version) { |
DCHECK(product_name); |
DCHECK(version); |
#if defined(OS_ANDROID) |