diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 14:08:52 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 14:08:52 +0000 |
commit | 66c5314f8d6819d696f441b00d3a0b8bd4267b70 (patch) | |
tree | b2ffe5e9efeb628d6148eeb289203dc01cb737bf /net/tools/tld_cleanup/tld_cleanup.cc | |
parent | 5d329477a6fb5ec32e94e1a02e4a4d0ffcdde7c4 (diff) | |
download | chromium_src-66c5314f8d6819d696f441b00d3a0b8bd4267b70.zip chromium_src-66c5314f8d6819d696f441b00d3a0b8bd4267b70.tar.gz chromium_src-66c5314f8d6819d696f441b00d3a0b8bd4267b70.tar.bz2 |
Update include paths in net for base/process changes.
BUG=242290
R=cbentzel@chromium.org
Review URL: https://codereview.chromium.org/20004003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools/tld_cleanup/tld_cleanup.cc')
-rw-r--r-- | net/tools/tld_cleanup/tld_cleanup.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tools/tld_cleanup/tld_cleanup.cc b/net/tools/tld_cleanup/tld_cleanup.cc index ec678ff..9d5337c 100644 --- a/net/tools/tld_cleanup/tld_cleanup.cc +++ b/net/tools/tld_cleanup/tld_cleanup.cc @@ -31,7 +31,7 @@ #include "base/i18n/icu_util.h" #include "base/logging.h" #include "base/path_service.h" -#include "base/process_util.h" +#include "base/process/memory.h" #include "net/tools/tld_cleanup/tld_cleanup_util.h" int main(int argc, const char* argv[]) { |