commit | 06c76a49bfd29c8abdb8abd5b646a6583783191a | [log] [tgz] |
---|---|---|
author | Ben Chan <[email protected]> | Fri Sep 05 08:21:06 2014 -0700 |
committer | chrome-internal-fetch <[email protected]> | Tue Sep 09 21:00:34 2014 +0000 |
tree | cf63a4148f458b2de434624c21f6d5252ec20537 | |
parent | 93aabd05a0ed23d6af4a46f109c8a9a650744376 [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 <[email protected]> Tested-by: Ben Chan <[email protected]> Commit-Queue: Ben Chan <[email protected]>
diff --git a/hwid_override_unittest.cc b/hwid_override_unittest.cc index 5c654b4..87d1682 100644 --- a/hwid_override_unittest.cc +++ b/hwid_override_unittest.cc
@@ -7,7 +7,7 @@ #include <string> #include <base/files/file_path.h> -#include <base/file_util.h> +#include <base/files/file_util.h> #include <base/files/scoped_temp_dir.h> #include <gtest/gtest.h>