commit | cd8fda4ab2d1f327e2fb29b3050ac2d17fc7723f | [log] [tgz] |
---|---|---|
author | Ben Chan <benchan@chromium.org> | Fri Sep 05 08:21:06 2014 -0700 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Tue Sep 09 21:00:34 2014 +0000 |
tree | b3e08cfb7fad53a37387cf75cf74bbcac69aa395 | |
parent | 6fa33f432cc3b58e5e7d95360d049510a921128c [diff] [blame] |
Update code to include base/files/file_util.h file_util.h was moved from base to base/files (https://codereview.chromium.org/468253002). This CL updates platform2 code to include base/files/file_util.h instead of base/file_util.h. BUG=chromium:411001 TEST=Trybot run on paladin, release, and chromiumos-sdk builders. Change-Id: I488925b54615e131e508a460dc1a27f88168f936 Reviewed-on: https://chromium-review.googlesource.com/216851 Reviewed-by: Alex Vakulenko <avakulenko@chromium.org> Tested-by: Ben Chan <benchan@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org>
diff --git a/debugd/src/process_with_output.cc b/debugd/src/process_with_output.cc index 298baeb..7f56ad5 100644 --- a/debugd/src/process_with_output.cc +++ b/debugd/src/process_with_output.cc
@@ -4,8 +4,8 @@ #include "debugd/src/process_with_output.h" -#include <base/file_util.h> #include <base/files/file_path.h> +#include <base/files/file_util.h> #include <base/strings/string_split.h> namespace debugd {