summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-12 18:02:11 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-13 01:10:01 +0000
commitc9e38a27356edb9e24a038eb2e67af534245d590 (patch)
tree937b6de7ab691880cc62cbe55d05fee75b6d8005 /crypto
parentce3cbf9560595152b9494ef51f109edd705abb04 (diff)
downloadchromium_src-c9e38a27356edb9e24a038eb2e67af534245d590.zip
chromium_src-c9e38a27356edb9e24a038eb2e67af534245d590.tar.gz
chromium_src-c9e38a27356edb9e24a038eb2e67af534245d590.tar.bz2
Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/
TBR=cpu@chromium.org,jochen@chromium.org,piman@chromium.org,rockot@chromium.org,rsleevi@chromium.org,vrk@chromium.org ,zea@chromium.org Review URL: https://codereview.chromium.org/563173002 Cr-Commit-Position: refs/heads/master@{#294712}
Diffstat (limited to 'crypto')
-rw-r--r--crypto/nss_util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc
index cc4df1c..8f9865a 100644
--- a/crypto/nss_util.cc
+++ b/crypto/nss_util.cc
@@ -27,8 +27,8 @@
#include "base/debug/alias.h"
#include "base/debug/stack_trace.h"
#include "base/environment.h"
-#include "base/file_util.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"