Index: ppapi/native_client/src/trusted/plugin/service_runtime.h |
diff --git a/ppapi/native_client/src/trusted/plugin/service_runtime.h b/ppapi/native_client/src/trusted/plugin/service_runtime.h |
index 5af0c5183d76257937e8618d9efc11431d5d5e87..0cf7c27dc59077a410482aee62b81005c042adf3 100644 |
--- a/ppapi/native_client/src/trusted/plugin/service_runtime.h |
+++ b/ppapi/native_client/src/trusted/plugin/service_runtime.h |
@@ -224,7 +224,7 @@ class ServiceRuntime { |
// Starts the application channel to the nexe. |
SrpcClient* SetupAppChannel(); |
- bool Log(int severity, nacl::string msg); |
+ bool Log(int severity, const nacl::string& msg); |
Plugin* plugin() const { return plugin_; } |
void Shutdown(); |