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 /remoting/protocol/authenticator_test_base.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 'remoting/protocol/authenticator_test_base.cc')
-rw-r--r-- | remoting/protocol/authenticator_test_base.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/authenticator_test_base.cc b/remoting/protocol/authenticator_test_base.cc index 3f1d9f6..2ef1658 100644 --- a/remoting/protocol/authenticator_test_base.cc +++ b/remoting/protocol/authenticator_test_base.cc @@ -5,8 +5,8 @@ #include "remoting/protocol/authenticator_test_base.h" #include "base/base64.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/test/test_timeouts.h" #include "base/timer/timer.h" |