| Index: remoting/host/plugin/host_script_object.h
|
| diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
|
| index 2558903acfad9bb2fefb70fceccb1a5307105f21..119c0e4b82b77478df801a9b65c12ce3874fc9e6 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -49,7 +49,7 @@ class HostNPScriptObject : public It2MeHost::Observer {
|
|
|
| // Post LogDebugInfo to the correct proxy (and thus, on the correct thread).
|
| // This should only be called by HostLogHandler. To log to the UI, use the
|
| - // standard LOG(INFO) and it will be sent to this method.
|
| + // standard LOG_INFO and it will be sent to this method.
|
| void PostLogDebugInfo(const std::string& message);
|
|
|
| void SetWindow(NPWindow* np_window);
|
|
|