diff options
Diffstat (limited to 'remoting/client/plugin/pepper_view.cc')
-rw-r--r-- | remoting/client/plugin/pepper_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/plugin/pepper_view.cc b/remoting/client/plugin/pepper_view.cc index b86d86a..b2c8ac3 100644 --- a/remoting/client/plugin/pepper_view.cc +++ b/remoting/client/plugin/pepper_view.cc @@ -7,9 +7,9 @@ #include <functional> #include "base/message_loop.h" -#include "base/string_util.h" -#include "base/time.h" +#include "base/strings/string_util.h" #include "base/synchronization/waitable_event.h" +#include "base/time.h" #include "ppapi/cpp/completion_callback.h" #include "ppapi/cpp/dev/graphics_2d_dev.h" #include "ppapi/cpp/dev/view_dev.h" |