| Index: remoting/host/plugin/host_plugin.cc
|
| diff --git a/remoting/host/plugin/host_plugin.cc b/remoting/host/plugin/host_plugin.cc
|
| index 5cc81fea99a41b002cebbf4738236d8662134312..6bfa923b5656f2f0f2d79521e18c1785479400cf 100644
|
| --- a/remoting/host/plugin/host_plugin.cc
|
| +++ b/remoting/host/plugin/host_plugin.cc
|
| @@ -490,7 +490,7 @@ EXPORT NPError API_CALL NP_Shutdown() {
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| EXPORT const char* API_CALL NP_GetMIMEDescription(void) {
|
| VLOG(2) << "NP_GetMIMEDescription";
|
| - return STRINGIZE(HOST_PLUGIN_MIME_TYPE) ":"
|
| + return HOST_PLUGIN_MIME_TYPE ":"
|
| HOST_PLUGIN_NAME ":"
|
| HOST_PLUGIN_DESCRIPTION;
|
| }
|
|
|