summaryrefslogtreecommitdiffstats
path: root/chrome_elf
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-09-10 15:24:53 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-10 22:30:10 +0000
commit819adcc808b640641983cbdcf0234f769aaf9ff1 (patch)
tree26e967940c31042891a734f7566461aeccf24055 /chrome_elf
parente7da6040401dbb0572c3eddb2c31ae58a36a9d76 (diff)
downloadchromium_src-819adcc808b640641983cbdcf0234f769aaf9ff1.zip
chromium_src-819adcc808b640641983cbdcf0234f769aaf9ff1.tar.gz
chromium_src-819adcc808b640641983cbdcf0234f769aaf9ff1.tar.bz2
Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ and components/
Also fix the formatting of chrome_elf/OWNERS Review URL: https://codereview.chromium.org/546733002 Cr-Commit-Position: refs/heads/master@{#294245}
Diffstat (limited to 'chrome_elf')
-rw-r--r--chrome_elf/OWNERS4
-rw-r--r--chrome_elf/create_file/chrome_create_file_unittest.cc2
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome_elf/OWNERS b/chrome_elf/OWNERS
index 3d69bab..1056485 100644
--- a/chrome_elf/OWNERS
+++ b/chrome_elf/OWNERS
@@ -1,2 +1,2 @@
- caitkp@chromium.org
- robertshield@chromium.org
+caitkp@chromium.org
+robertshield@chromium.org
diff --git a/chrome_elf/create_file/chrome_create_file_unittest.cc b/chrome_elf/create_file/chrome_create_file_unittest.cc
index 5b77607..169170d 100644
--- a/chrome_elf/create_file/chrome_create_file_unittest.cc
+++ b/chrome_elf/create_file/chrome_create_file_unittest.cc
@@ -10,8 +10,8 @@
#include <string>
#include "base/base_paths_win.h"
-#include "base/file_util.h"
#include "base/files/file_path.h"
+#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/path_service.h"
#include "base/threading/platform_thread.h"