| Index: content/shell/app/shell_crash_reporter_client.cc
|
| diff --git a/content/shell/app/shell_crash_reporter_client.cc b/content/shell/app/shell_crash_reporter_client.cc
|
| index 854bfaf43e4e712c2373b0d5db615dd8a8a7eedc..0ab490c3b793799814410150c5088892bb746334 100644
|
| --- a/content/shell/app/shell_crash_reporter_client.cc
|
| +++ b/content/shell/app/shell_crash_reporter_client.cc
|
| @@ -36,8 +36,8 @@ void ShellCrashReporterClient::GetProductNameAndVersion(
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS)
|
| void ShellCrashReporterClient::GetProductNameAndVersion(
|
| - std::string* product_name,
|
| - std::string* version) {
|
| + const char** product_name,
|
| + const char** version) {
|
| *product_name = "content_shell";
|
| *version = CONTENT_SHELL_VERSION;
|
| }
|
|
|