diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-20 15:16:05 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-20 15:16:05 +0000 |
commit | 707f16c93256191e15c451fdde7b42ea1514a9dd (patch) | |
tree | be4fd0e1bd10bf02221b98432b23f3b4376389e6 /webkit/plugins/webview_plugin.h | |
parent | 2b7b8932211f5d037598df42e19aceab3b002a94 (diff) | |
download | chromium_src-707f16c93256191e15c451fdde7b42ea1514a9dd.zip chromium_src-707f16c93256191e15c451fdde7b42ea1514a9dd.tar.gz chromium_src-707f16c93256191e15c451fdde7b42ea1514a9dd.tar.bz2 |
Remove message_loop_helpers.h and update the includes to point to the new location.
Note: This was a TODO for akalin@.
This patch was generated by:
$ find . -name '*.h' -o -name '*.cc' -o -name '*.mm' | xargs sed -i -e "s/base\/message_loop_helpers.h/base\/sequenced_task_runner_helpers.h/g"
R=akalin@chromium.org
TBR=willchan@chromium.org,ben@chromium.org,jam@chromium.org,tony@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10578026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/webview_plugin.h')
-rw-r--r-- | webkit/plugins/webview_plugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/plugins/webview_plugin.h b/webkit/plugins/webview_plugin.h index 14ab44e..6377eb0 100644 --- a/webkit/plugins/webview_plugin.h +++ b/webkit/plugins/webview_plugin.h @@ -8,12 +8,12 @@ #include <list> #include "base/memory/scoped_ptr.h" -#include "base/message_loop_helpers.h" +#include "base/sequenced_task_runner_helpers.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h" #include "webkit/plugins/webkit_plugins_export.h" |