| Index: ppapi/proxy/plugin_globals.h
|
| diff --git a/ppapi/proxy/plugin_globals.h b/ppapi/proxy/plugin_globals.h
|
| index b3239033db357b46d02e77419557c64518e8d358..9b50295693b598dd87d0757170df53e6c27b3a71 100644
|
| --- a/ppapi/proxy/plugin_globals.h
|
| +++ b/ppapi/proxy/plugin_globals.h
|
| @@ -30,7 +30,7 @@ class PluginProxyDelegate;
|
| class PPAPI_PROXY_EXPORT PluginGlobals : public PpapiGlobals {
|
| public:
|
| PluginGlobals();
|
| - PluginGlobals(PpapiGlobals::ForTest);
|
| + explicit PluginGlobals(PpapiGlobals::PerThreadForTest);
|
| virtual ~PluginGlobals();
|
|
|
| // Getter for the global singleton. Generally, you should use
|
|
|