commit | 152609742d2887ce4020200dfa088f9bb00f2892 | [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 | 35fcf48e75972ab42d80012e429a52be5bb924f8 | |
parent | 132617a05fd331e95c30656addbab676de410528 [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/buffet/commands/command_manager_unittest.cc b/buffet/commands/command_manager_unittest.cc index 65241fe..4c103dc 100644 --- a/buffet/commands/command_manager_unittest.cc +++ b/buffet/commands/command_manager_unittest.cc
@@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include <base/file_util.h> +#include <base/files/file_util.h> #include <base/json/json_writer.h> #include <gtest/gtest.h>