diff options
author | skyostil <skyostil@chromium.org> | 2015-06-05 07:20:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-05 14:21:03 +0000 |
commit | 5d18b2493af36d77d3c491854e3d56f46f5f747c (patch) | |
tree | 23ff6852c9f044115ba2694d1bc76aae05e6c842 /content/browser/plugin_loader_posix.h | |
parent | ca894ec12feb1a5166bdc639d87f915513627637 (diff) | |
download | chromium_src-5d18b2493af36d77d3c491854e3d56f46f5f747c.zip chromium_src-5d18b2493af36d77d3c491854e3d56f46f5f747c.tar.gz chromium_src-5d18b2493af36d77d3c491854e3d56f46f5f747c.tar.bz2 |
content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
This patch was mostly autogenerated with
https://codereview.chromium.org/1010073002/.
BUG=465354
TBR=nick@chromium.org
Review URL: https://codereview.chromium.org/1159623009
Cr-Commit-Position: refs/heads/master@{#333043}
Diffstat (limited to 'content/browser/plugin_loader_posix.h')
-rw-r--r-- | content/browser/plugin_loader_posix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h index 3a50bcd..2db1634 100644 --- a/content/browser/plugin_loader_posix.h +++ b/content/browser/plugin_loader_posix.h @@ -16,10 +16,6 @@ #include "content/public/common/webplugininfo.h" #include "ipc/ipc_sender.h" -namespace base { -class MessageLoopProxy; -} - namespace content { class UtilityProcessHost; |