Index: ppapi/shared_impl/ppapi_globals.cc |
diff --git a/ppapi/shared_impl/ppapi_globals.cc b/ppapi/shared_impl/ppapi_globals.cc |
index 270d7e84c9c1fab1de7ce0c07dbb6674885a03a2..2ca75ef463d986ea2877bf32e63b4923e187e4eb 100644 |
--- a/ppapi/shared_impl/ppapi_globals.cc |
+++ b/ppapi/shared_impl/ppapi_globals.cc |
@@ -26,7 +26,7 @@ PpapiGlobals::PpapiGlobals() { |
main_loop_proxy_ = base::MessageLoopProxy::current(); |
} |
-PpapiGlobals::PpapiGlobals(ForTest) { |
+PpapiGlobals::PpapiGlobals(ForPerThreadTest) { |
DCHECK(!ppapi_globals_); |
main_loop_proxy_ = base::MessageLoopProxy::current(); |
} |