Chromium Code Reviews| Index: ppapi/native_client/src/trusted/plugin/service_runtime.cc |
| diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.cc b/ppapi/native_client/src/trusted/plugin/service_runtime.cc |
| index 00f64c767f6a178878b54eb5f95f40076d8f65af..68a50d30e4bdd039d720f39f1216aa9502a7c4f5 100644 |
| --- a/ppapi/native_client/src/trusted/plugin/service_runtime.cc |
| +++ b/ppapi/native_client/src/trusted/plugin/service_runtime.cc |
| @@ -846,7 +846,7 @@ nacl::string ServiceRuntime::GetCrashLogOutput() { |
| if (NULL != subprocess_.get()) { |
| return subprocess_->GetCrashLogOutput(); |
| } else { |
| - return ""; |
| + return std::string(); |
| } |
| } |