summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension_paths.cc
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-10 00:46:59 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 07:53:33 +0000
commit9471270bbe0113fce8ccd4a79b22782f21b061a1 (patch)
tree4f133c55c0ea2703e3a24c3c86cd7faee90b2ac7 /extensions/common/extension_paths.cc
parent1dcb3ab78bde4c56037d79ac58d73fb2fca8a39b (diff)
downloadchromium_src-9471270bbe0113fce8ccd4a79b22782f21b061a1.zip
chromium_src-9471270bbe0113fce8ccd4a79b22782f21b061a1.tar.gz
chromium_src-9471270bbe0113fce8ccd4a79b22782f21b061a1.tar.bz2
Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and extensions/
Review URL: https://codereview.chromium.org/558833002 Cr-Commit-Position: refs/heads/master@{#294136}
Diffstat (limited to 'extensions/common/extension_paths.cc')
-rw-r--r--extensions/common/extension_paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/common/extension_paths.cc b/extensions/common/extension_paths.cc
index 2103100..636c266 100644
--- a/extensions/common/extension_paths.cc
+++ b/extensions/common/extension_paths.cc
@@ -4,7 +4,7 @@
#include "extensions/common/extension_paths.h"
-#include "base/file_util.h"
+#include "base/files/file_util.h"
#include "base/path_service.h"
namespace extensions {