commit | b44bd35d96e7367529c6053b68226d10fd9e9dc2 | [log] [tgz] |
---|---|---|
author | thestig <[email protected]> | Wed Sep 10 01:47:06 2014 |
committer | Commit bot <[email protected]> | Wed Sep 10 01:56:05 2014 |
tree | f8b20231ade6da200e2b4d1ef468944bd2691502 | |
parent | 4dd3ef06036b5b7bfc430ee4a5013856cfe8d872 [diff] [blame] |
Cleanup: Use base/files/file_util.h instead of base/file_util.h in ash/, athena/, and chromeos/ [email protected] Review URL: https://codereview.chromium.org/555313002 Cr-Commit-Position: refs/heads/master@{#294072}
diff --git a/chromeos/chromeos_paths.cc b/chromeos/chromeos_paths.cc index f629c45c..659c240 100644 --- a/chromeos/chromeos_paths.cc +++ b/chromeos/chromeos_paths.cc
@@ -4,8 +4,8 @@ #include "chromeos/chromeos_paths.h" -#include "base/file_util.h" #include "base/files/file_path.h" +#include "base/files/file_util.h" #include "base/path_service.h" #include "base/sys_info.h"