diff options
author | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-23 20:16:34 +0000 |
---|---|---|
committer | tzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-23 20:16:34 +0000 |
commit | 945d91f58a73d23d4b4270ada98716746b2a0266 (patch) | |
tree | e6f922778555cb4222d8b22783d6d8a7052c0c73 /components | |
parent | fedf2923b2d126dda40dd56c09e345a246468ea4 (diff) | |
download | chromium_src-945d91f58a73d23d4b4270ada98716746b2a0266.zip chromium_src-945d91f58a73d23d4b4270ada98716746b2a0266.tar.gz chromium_src-945d91f58a73d23d4b4270ada98716746b2a0266.tar.bz2 |
[Build Fix] Add missing #include
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/84533002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236956 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components')
-rw-r--r-- | components/nacl/browser/nacl_process_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc index 466be54..d40af96 100644 --- a/components/nacl/browser/nacl_process_host.cc +++ b/components/nacl/browser/nacl_process_host.cc @@ -23,6 +23,7 @@ #include "base/strings/string_util.h" #include "base/strings/stringprintf.h" #include "base/strings/utf_string_conversions.h" +#include "base/threading/sequenced_worker_pool.h" #include "base/win/windows_version.h" #include "build/build_config.h" #include "components/nacl/browser/nacl_browser.h" |