diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 13:02:15 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 13:02:15 +0000 |
commit | 54724e25da59d2176ad7631adc8ea5caecf11e18 (patch) | |
tree | 10940ec7e1b0a7379979e0892b776d3f66d0bd9e /content/ppapi_plugin | |
parent | e0731d7cb5c16e970cd3c83f3b6c59100a1c793d (diff) | |
download | chromium_src-54724e25da59d2176ad7631adc8ea5caecf11e18.zip chromium_src-54724e25da59d2176ad7631adc8ea5caecf11e18.tar.gz chromium_src-54724e25da59d2176ad7631adc8ea5caecf11e18.tar.bz2 |
Update include paths in miscellaneous content/ directories for base/process changes.
BUG=242290
TBR=avi@chromium.org
Review URL: https://codereview.chromium.org/20114003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213619 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin')
-rw-r--r-- | content/ppapi_plugin/ppapi_thread.cc | 1 | ||||
-rw-r--r-- | content/ppapi_plugin/ppapi_thread.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc index c228bf6..43e739cf 100644 --- a/content/ppapi_plugin/ppapi_thread.cc +++ b/content/ppapi_plugin/ppapi_thread.cc @@ -10,7 +10,6 @@ #include "base/debug/crash_logging.h" #include "base/logging.h" #include "base/metrics/histogram.h" -#include "base/process_util.h" #include "base/rand_util.h" #include "base/strings/stringprintf.h" #include "base/strings/utf_string_conversions.h" diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h index 7726a98..24037ef 100644 --- a/content/ppapi_plugin/ppapi_thread.h +++ b/content/ppapi_plugin/ppapi_thread.h @@ -11,7 +11,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/memory/scoped_ptr.h" -#include "base/process.h" +#include "base/process/process.h" #include "base/scoped_native_library.h" #include "build/build_config.h" #include "content/child/child_thread.h" |