summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/services/yama.cc
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-11 22:09:14 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-12 05:10:50 +0000
commit1ecdcf454e7c93f810787e43d51c6de464b63938 (patch)
tree7f90e1b347894c51f531562ae60e91555fef34ab /sandbox/linux/services/yama.cc
parentbfc368c441b4f318bc32ab889ff04faefebec379 (diff)
downloadchromium_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 'sandbox/linux/services/yama.cc')
-rw-r--r--sandbox/linux/services/yama.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/linux/services/yama.cc b/sandbox/linux/services/yama.cc
index 49e1b36..6658160 100644
--- a/sandbox/linux/services/yama.cc
+++ b/sandbox/linux/services/yama.cc
@@ -11,7 +11,7 @@
#include <unistd.h>
#include "base/basictypes.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/files/scoped_file.h"
#include "base/logging.h"
#include "base/posix/eintr_wrapper.h"