diff options
Diffstat (limited to 'webkit/plugins/webview_plugin.h')
-rw-r--r-- | webkit/plugins/webview_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/webview_plugin.h b/webkit/plugins/webview_plugin.h index 60d77b5..503d410 100644 --- a/webkit/plugins/webview_plugin.h +++ b/webkit/plugins/webview_plugin.h @@ -8,7 +8,7 @@ #include <list> #include "base/memory/scoped_ptr.h" -#include "base/task/sequenced_task_runner_helpers.h" +#include "base/sequenced_task_runner_helpers.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" #include "third_party/WebKit/Source/Platform/chromium/public/WebURLResponse.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h" |