Index: webkit/plugins/npapi/webplugin_delegate_impl.h |
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h |
index 2e5e3332dadcfcbdf82984988b4023fe2b968ba8..c916775773786fc6d16b4ef05dbf1d758dcd8901 100644 |
--- a/webkit/plugins/npapi/webplugin_delegate_impl.h |
+++ b/webkit/plugins/npapi/webplugin_delegate_impl.h |
@@ -10,15 +10,15 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "base/message_loop_helpers.h" |
+#include "base/sequenced_task_runner_helpers.h" |
#include "base/time.h" |
#include "base/timer.h" |
#include "build/build_config.h" |
#include "third_party/npapi/bindings/npapi.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/rect.h" |
-#include "webkit/plugins/npapi/webplugin_delegate.h" |
#include "webkit/glue/webcursor.h" |
+#include "webkit/plugins/npapi/webplugin_delegate.h" |
#include "webkit/plugins/webkit_plugins_export.h" |
#if defined(OS_WIN) && !defined(USE_AURA) |