diff options
author | thestig <thestig@chromium.org> | 2014-10-10 11:57:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-10 18:58:12 +0000 |
commit | 4cf9a176d31d40f35e7b56939832ea43f857180f (patch) | |
tree | 85ee98c1bd30d31e4db2b5f7531e8b07eb1fa60c /gpu/khronos_glcts_support | |
parent | 53d5e61821efff96d41853adc41e42f2ab873c57 (diff) | |
download | chromium_src-4cf9a176d31d40f35e7b56939832ea43f857180f.zip chromium_src-4cf9a176d31d40f35e7b56939832ea43f857180f.tar.gz chromium_src-4cf9a176d31d40f35e7b56939832ea43f857180f.tar.bz2 |
Cleanup: Actually remove base/file_util.h.
Review URL: https://codereview.chromium.org/647623002
Cr-Commit-Position: refs/heads/master@{#299155}
Diffstat (limited to 'gpu/khronos_glcts_support')
-rw-r--r-- | gpu/khronos_glcts_support/khronos_glcts_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/khronos_glcts_support/khronos_glcts_test.cc b/gpu/khronos_glcts_support/khronos_glcts_test.cc index b77bb8d..5491b15 100644 --- a/gpu/khronos_glcts_support/khronos_glcts_test.cc +++ b/gpu/khronos_glcts_support/khronos_glcts_test.cc @@ -9,8 +9,8 @@ #include "base/at_exit.h" #include "base/base_paths.h" #include "base/command_line.h" -#include "base/file_util.h" #include "base/files/file_path.h" +#include "base/files/file_util.h" #include "base/logging.h" #include "base/path_service.h" #include "base/process/launch.h" |