| Index: ppapi/proxy/plugin_globals.h
|
| diff --git a/ppapi/proxy/plugin_globals.h b/ppapi/proxy/plugin_globals.h
|
| index b3239033db357b46d02e77419557c64518e8d358..89f700ad84333656946b5df6455c63eab28bc6c0 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);
|
| + PluginGlobals(PpapiGlobals::ForPerThreadTest);
|
| virtual ~PluginGlobals();
|
|
|
| // Getter for the global singleton. Generally, you should use
|
|
|