From d8df033c40ff837a4858d28d61c717b02d9b116d Mon Sep 17 00:00:00 2001 From: thestig Date: Wed, 3 Sep 2014 23:33:29 -0700 Subject: Change base/file_utils.h includes to base/files/file_utils.h in net/ Review URL: https://codereview.chromium.org/520303003 Cr-Commit-Position: refs/heads/master@{#293271} --- net/test/spawned_test_server/base_test_server.cc | 2 +- net/test/spawned_test_server/local_test_server.h | 2 +- net/test/spawned_test_server/local_test_server_posix.cc | 2 +- net/test/spawned_test_server/remote_test_server.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net/test/spawned_test_server') diff --git a/net/test/spawned_test_server/base_test_server.cc b/net/test/spawned_test_server/base_test_server.cc index 5cc6eb6..0e23c7a 100644 --- a/net/test/spawned_test_server/base_test_server.cc +++ b/net/test/spawned_test_server/base_test_server.cc @@ -8,7 +8,7 @@ #include #include "base/base64.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/json/json_reader.h" #include "base/logging.h" #include "base/path_service.h" diff --git a/net/test/spawned_test_server/local_test_server.h b/net/test/spawned_test_server/local_test_server.h index 5c4ca22..a719598 100644 --- a/net/test/spawned_test_server/local_test_server.h +++ b/net/test/spawned_test_server/local_test_server.h @@ -7,7 +7,7 @@ #include -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/files/scoped_file.h" #include "base/process/process_handle.h" #include "net/test/spawned_test_server/base_test_server.h" diff --git a/net/test/spawned_test_server/local_test_server_posix.cc b/net/test/spawned_test_server/local_test_server_posix.cc index 67911ed..fdcfdab 100644 --- a/net/test/spawned_test_server/local_test_server_posix.cc +++ b/net/test/spawned_test_server/local_test_server_posix.cc @@ -9,7 +9,7 @@ #include #include "base/command_line.h" -#include "base/file_util.h" +#include "base/files/file_util.h" #include "base/files/scoped_file.h" #include "base/logging.h" #include "base/process/kill.h" diff --git a/net/test/spawned_test_server/remote_test_server.cc b/net/test/spawned_test_server/remote_test_server.cc index 13286a9..6d098c8 100644 --- a/net/test/spawned_test_server/remote_test_server.cc +++ b/net/test/spawned_test_server/remote_test_server.cc @@ -7,8 +7,8 @@ #include #include "base/base_paths.h" -#include "base/file_util.h" #include "base/files/file_path.h" +#include "base/files/file_util.h" #include "base/json/json_writer.h" #include "base/logging.h" #include "base/path_service.h" -- cgit v1.1