| Index: ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin_error.h b/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| index 90c0284fbfbcc7ed0c88956ccc79511ed0a16db8..f02ef837e52852860e3a8168677c7d040b36163a 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/plugin_error.h
|
| @@ -109,7 +109,7 @@ class ErrorInfo {
|
| }
|
|
|
| void Reset() {
|
| - SetReport(ERROR_UNKNOWN, "");
|
| + SetReport(ERROR_UNKNOWN, std::string());
|
| }
|
|
|
| void SetReport(PluginErrorCode error_code, const std::string& message) {
|
|
|