| Index: ppapi/thunk/enter.cc
|
| diff --git a/ppapi/thunk/enter.cc b/ppapi/thunk/enter.cc
|
| index 6b4bbbe028ce158f4a3573e455bada12256da05d..47f9b9b0ace71fdfaa08a6b14ebc384a2e953b13 100644
|
| --- a/ppapi/thunk/enter.cc
|
| +++ b/ppapi/thunk/enter.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/synchronization/lock.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/shared_impl/ppapi_globals.h"
|
|
|