Index: ppapi/shared_impl/test_globals.h |
diff --git a/ppapi/shared_impl/test_globals.h b/ppapi/shared_impl/test_globals.h |
index ea23ec7211a01d0c3b0cd0600cf9483381c1bd9c..68a997afc6e02ca571b5de5f619e61729c2f2f7a 100644 |
--- a/ppapi/shared_impl/test_globals.h |
+++ b/ppapi/shared_impl/test_globals.h |
@@ -29,7 +29,7 @@ class TestVarTracker : public VarTracker { |
class TestGlobals : public PpapiGlobals { |
public: |
TestGlobals(); |
- TestGlobals(PpapiGlobals::ForTest); |
+ explicit TestGlobals(PpapiGlobals::PerThreadForTest); |
virtual ~TestGlobals(); |
// PpapiGlobals implementation. |