diff options
author | thestig <thestig@chromium.org> | 2014-09-11 22:09:14 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-12 05:10:50 +0000 |
commit | 1ecdcf454e7c93f810787e43d51c6de464b63938 (patch) | |
tree | 7f90e1b347894c51f531562ae60e91555fef34ab /sync/syncable/syncable_unittest.cc | |
parent | bfc368c441b4f318bc32ab889ff04faefebec379 (diff) | |
download | chromium_src-1ecdcf454e7c93f810787e43d51c6de464b63938.zip chromium_src-1ecdcf454e7c93f810787e43d51c6de464b63938.tar.gz chromium_src-1ecdcf454e7c93f810787e43d51c6de464b63938.tar.bz2 |
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/
TBR=sergeyu@chromium.org,cpu@chromium.org,thakis@chromium.org,jamesr@chromium.org,zea@chromium.org,nduca@chromium.org
Review URL: https://codereview.chromium.org/560883003
Cr-Commit-Position: refs/heads/master@{#294543}
Diffstat (limited to 'sync/syncable/syncable_unittest.cc')
-rw-r--r-- | sync/syncable/syncable_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/syncable_unittest.cc b/sync/syncable/syncable_unittest.cc index 7e1aad5..24d134d 100644 --- a/sync/syncable/syncable_unittest.cc +++ b/sync/syncable/syncable_unittest.cc @@ -6,8 +6,8 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" -#include "base/file_util.h" #include "base/files/file_path.h" +#include "base/files/file_util.h" #include "base/files/scoped_temp_dir.h" #include "base/location.h" #include "base/logging.h" |