summaryrefslogtreecommitdiffstats
path: root/content/browser/storage_partition_impl_unittest.cc
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-05 11:25:39 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-05 18:29:22 +0000
commitb7aad54f48b3eb1cd99357de918812cbd8270c75 (patch)
tree0ab180a77d0578d4ec32cfb8004268886a82caf7 /content/browser/storage_partition_impl_unittest.cc
parent6e943448250384fdd3b9780e9ec4a090806a7887 (diff)
downloadchromium_src-b7aad54f48b3eb1cd99357de918812cbd8270c75.zip
chromium_src-b7aad54f48b3eb1cd99357de918812cbd8270c75.tar.gz
chromium_src-b7aad54f48b3eb1cd99357de918812cbd8270c75.tar.bz2
Change base/file_utils.h includes to base/files/file_utils.h in content/
TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/538403002 Cr-Commit-Position: refs/heads/master@{#293559}
Diffstat (limited to 'content/browser/storage_partition_impl_unittest.cc')
-rw-r--r--content/browser/storage_partition_impl_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc
index 46f42c5..b44449e 100644
--- a/content/browser/storage_partition_impl_unittest.cc
+++ b/content/browser/storage_partition_impl_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/message_loop/message_loop_proxy.h"
#include "base/run_loop.h"
#include "base/threading/thread.h"