diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 04:06:00 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 04:06:00 +0000 |
commit | 6782f83869465c17f57b2b1decdda56cdc36f72f (patch) | |
tree | f5f29830c3bcb4112263f1db75e5b1b684ccecc4 /content/ppapi_plugin/ppapi_thread.cc | |
parent | 8b43b064460283034234dde05695ad08ce12e5d7 (diff) | |
download | chromium_src-6782f83869465c17f57b2b1decdda56cdc36f72f.zip chromium_src-6782f83869465c17f57b2b1decdda56cdc36f72f.tar.gz chromium_src-6782f83869465c17f57b2b1decdda56cdc36f72f.tar.bz2 |
iwyu: Include stringprintf.h where appropriate, part 1.
BUG=82098
TEST=none
R=thakis@chromium.org
Review URL: http://codereview.chromium.org/6997006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin/ppapi_thread.cc')
-rw-r--r-- | content/ppapi_plugin/ppapi_thread.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc index 57b7808..91c3f85 100644 --- a/content/ppapi_plugin/ppapi_thread.cc +++ b/content/ppapi_plugin/ppapi_thread.cc @@ -8,6 +8,7 @@ #include "base/process_util.h" #include "base/rand_util.h" +#include "base/stringprintf.h" #include "content/common/child_process.h" #include "content/ppapi_plugin/broker_process_dispatcher.h" #include "content/ppapi_plugin/plugin_process_dispatcher.h" |