summaryrefslogtreecommitdiffstats
path: root/win8/test
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-10 00:59:46 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 10:54:26 +0000
commit90a09082e0f97ca60ffdd887556fcf54005b09a0 (patch)
tree7d7bb2904ce3702240c4691e68761f520a829bd1 /win8/test
parent761b2a4cbc3103ef5e48cc7e77184f57eb50f6d4 (diff)
downloadchromium_src-90a09082e0f97ca60ffdd887556fcf54005b09a0.zip
chromium_src-90a09082e0f97ca60ffdd887556fcf54005b09a0.tar.gz
chromium_src-90a09082e0f97ca60ffdd887556fcf54005b09a0.tar.bz2
Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chromecast/, cloud_print/, mojo/, and win8/
TBR=enne@chromium.org,lcwu@chromium.org,vitalybuka@chromium.org,viettrunglluu@chromium.org,cpu@chromium.org Review URL: https://codereview.chromium.org/559743002 Cr-Commit-Position: refs/heads/master@{#294139}
Diffstat (limited to 'win8/test')
-rw-r--r--win8/test/metro_registration_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/test/metro_registration_helper.cc b/win8/test/metro_registration_helper.cc
index cd4a772..c5d6735 100644
--- a/win8/test/metro_registration_helper.cc
+++ b/win8/test/metro_registration_helper.cc
@@ -9,8 +9,8 @@
#include <vector>
#include "base/command_line.h"
-#include "base/file_util.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/path_service.h"
#include "base/process/kill.h"