| Index: ppapi/tests/test_utils.h | 
| diff --git a/ppapi/tests/test_utils.h b/ppapi/tests/test_utils.h | 
| index 60f7fc444dbaef349fe0ab978f7210863545a76b..8ef2f4e8bed0fd32f7a7b48a0afac1287234affa 100644 | 
| --- a/ppapi/tests/test_utils.h | 
| +++ b/ppapi/tests/test_utils.h | 
| @@ -11,7 +11,7 @@ | 
| #include "ppapi/c/pp_instance.h" | 
| #include "ppapi/c/pp_stdint.h" | 
| #include "ppapi/cpp/completion_callback.h" | 
| -#include "ppapi/cpp/dev/message_loop_dev.h" | 
| +#include "ppapi/cpp/message_loop.h" | 
| #include "ppapi/utility/completion_callback_factory.h" | 
|  | 
| // Timeout to wait for some action to complete. | 
| @@ -169,7 +169,7 @@ class TestCompletionCallback { | 
| unsigned run_count_; | 
| PP_Instance instance_; | 
| Delegate* delegate_; | 
| -  pp::MessageLoop_Dev target_loop_; | 
| +  pp::MessageLoop target_loop_; | 
| }; | 
|  | 
| // Verifies that the callback didn't record any errors. If the callback is run | 
|  |