summaryrefslogtreecommitdiffstats
path: root/courgette/memory_allocator.cc
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 /courgette/memory_allocator.cc
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 'courgette/memory_allocator.cc')
-rw-r--r--courgette/memory_allocator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/courgette/memory_allocator.cc b/courgette/memory_allocator.cc
index 07daf43..5b92c80 100644
--- a/courgette/memory_allocator.cc
+++ b/courgette/memory_allocator.cc
@@ -6,7 +6,7 @@
#include <map>
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/strings/stringprintf.h"
#if defined(OS_WIN)