summaryrefslogtreecommitdiffstats
path: root/chromeos/system/name_value_pairs_parser.cc
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:12:13 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:12:13 +0000
commit99855736ad3a38cd14ed5f122c9b00bd36c65f7a (patch)
tree84857afaff8c7015cee320bb2b757b44332113c6 /chromeos/system/name_value_pairs_parser.cc
parentd0b457712fcee7235d687433e691cb92d4c911c6 (diff)
downloadchromium_src-99855736ad3a38cd14ed5f122c9b00bd36c65f7a.zip
chromium_src-99855736ad3a38cd14ed5f122c9b00bd36c65f7a.tar.gz
chromium_src-99855736ad3a38cd14ed5f122c9b00bd36c65f7a.tar.bz2
Update include paths in chromeos for base/process changes.
BUG=242290 R=zelidrag@chromium.org Review URL: https://codereview.chromium.org/20000002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/system/name_value_pairs_parser.cc')
-rw-r--r--chromeos/system/name_value_pairs_parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/system/name_value_pairs_parser.cc b/chromeos/system/name_value_pairs_parser.cc
index d476520..091e1fc 100644
--- a/chromeos/system/name_value_pairs_parser.cc
+++ b/chromeos/system/name_value_pairs_parser.cc
@@ -8,7 +8,7 @@
#include "base/file_util.h"
#include "base/files/file_path.h"
#include "base/logging.h"
-#include "base/process_util.h"
+#include "base/process/launch.h"
#include "base/stl_util.h"
#include "base/strings/string_tokenizer.h"
#include "base/strings/string_util.h"