diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-16 02:37:50 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-16 02:37:50 +0000 |
commit | 47163d4fffec1fd74423224a932034b82a50cc6b (patch) | |
tree | 58b2c366a6b56bc0afdfa3fc732a39544dc14030 /net | |
parent | 000f3ad7aa28a4eb012f4c1312666c8b3df6fc26 (diff) | |
download | chromium_src-47163d4fffec1fd74423224a932034b82a50cc6b.zip chromium_src-47163d4fffec1fd74423224a932034b82a50cc6b.tar.gz chromium_src-47163d4fffec1fd74423224a932034b82a50cc6b.tar.bz2 |
Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette, ipc, media, and net.
Review URL: https://chromiumcodereview.appspot.com/14820034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/sdch_filter.cc | 1 | ||||
-rw-r--r-- | net/base/upload_element.cc | 2 | ||||
-rw-r--r-- | net/disk_cache/block_files.cc | 2 | ||||
-rw-r--r-- | net/disk_cache/cache_creator.cc | 2 | ||||
-rw-r--r-- | net/disk_cache/disk_cache_test_util.cc | 2 | ||||
-rw-r--r-- | net/disk_cache/mapped_file_unittest.cc | 2 | ||||
-rw-r--r-- | net/disk_cache/storage_block_unittest.cc | 2 | ||||
-rw-r--r-- | net/dns/dns_config_service_posix.cc | 1 | ||||
-rw-r--r-- | net/test/spawned_test_server/local_test_server_win.cc | 2 | ||||
-rw-r--r-- | net/tools/dump_cache/cache_dumper.cc | 1 | ||||
-rw-r--r-- | net/tools/dump_cache/cache_dumper.h | 1 | ||||
-rw-r--r-- | net/url_request/url_request_file_dir_job.h | 3 | ||||
-rw-r--r-- | net/url_request/url_request_http_job.cc | 1 |
13 files changed, 8 insertions, 14 deletions
diff --git a/net/base/sdch_filter.cc b/net/base/sdch_filter.cc index f5dcc35..6728601 100644 --- a/net/base/sdch_filter.cc +++ b/net/base/sdch_filter.cc @@ -8,7 +8,6 @@ #include <ctype.h> #include <algorithm> -#include "base/file_util.h" #include "base/logging.h" #include "base/metrics/histogram.h" #include "net/base/sdch_manager.h" diff --git a/net/base/upload_element.cc b/net/base/upload_element.cc index fd7df78..6b6438a 100644 --- a/net/base/upload_element.cc +++ b/net/base/upload_element.cc @@ -6,8 +6,6 @@ #include <algorithm> -#include "base/file_util.h" -#include "base/threading/thread_restrictions.h" #include "net/base/file_stream.h" #include "net/base/net_errors.h" diff --git a/net/disk_cache/block_files.cc b/net/disk_cache/block_files.cc index f84027e..0e55521 100644 --- a/net/disk_cache/block_files.cc +++ b/net/disk_cache/block_files.cc @@ -5,7 +5,7 @@ #include "net/disk_cache/block_files.h" #include "base/atomicops.h" -#include "base/file_util.h" +#include "base/files/file_path.h" #include "base/metrics/histogram.h" #include "base/string_util.h" #include "base/stringprintf.h" diff --git a/net/disk_cache/cache_creator.cc b/net/disk_cache/cache_creator.cc index e5259af..96e8a1c 100644 --- a/net/disk_cache/cache_creator.cc +++ b/net/disk_cache/cache_creator.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_path.h" #include "base/metrics/field_trial.h" #include "base/stringprintf.h" #include "net/base/cache_type.h" diff --git a/net/disk_cache/disk_cache_test_util.cc b/net/disk_cache/disk_cache_test_util.cc index ff33ab2..2ea19b6 100644 --- a/net/disk_cache/disk_cache_test_util.cc +++ b/net/disk_cache/disk_cache_test_util.cc @@ -4,8 +4,8 @@ #include "net/disk_cache/disk_cache_test_util.h" +#include "base/files/file_path.h" #include "base/logging.h" -#include "base/file_util.h" #include "base/message_loop_proxy.h" #include "base/path_service.h" #include "net/base/net_errors.h" diff --git a/net/disk_cache/mapped_file_unittest.cc b/net/disk_cache/mapped_file_unittest.cc index 06f8760..53c5402 100644 --- a/net/disk_cache/mapped_file_unittest.cc +++ b/net/disk_cache/mapped_file_unittest.cc @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "base/basictypes.h" -#include "base/file_util.h" +#include "base/files/file_path.h" #include "base/string_util.h" #include "net/disk_cache/disk_cache_test_base.h" #include "net/disk_cache/disk_cache_test_util.h" diff --git a/net/disk_cache/storage_block_unittest.cc b/net/disk_cache/storage_block_unittest.cc index 99232d4..1aca003 100644 --- a/net/disk_cache/storage_block_unittest.cc +++ b/net/disk_cache/storage_block_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_path.h" #include "net/disk_cache/storage_block.h" #include "net/disk_cache/storage_block-inl.h" #include "net/disk_cache/disk_cache_test_base.h" diff --git a/net/dns/dns_config_service_posix.cc b/net/dns/dns_config_service_posix.cc index 797985b..72cd247 100644 --- a/net/dns/dns_config_service_posix.cc +++ b/net/dns/dns_config_service_posix.cc @@ -8,7 +8,6 @@ #include "base/basictypes.h" #include "base/bind.h" -#include "base/file_util.h" #include "base/files/file_path.h" #include "base/files/file_path_watcher.h" #include "base/memory/scoped_ptr.h" diff --git a/net/test/spawned_test_server/local_test_server_win.cc b/net/test/spawned_test_server/local_test_server_win.cc index b3caad7..656c67b 100644 --- a/net/test/spawned_test_server/local_test_server_win.cc +++ b/net/test/spawned_test_server/local_test_server_win.cc @@ -10,7 +10,7 @@ #include "base/base_paths.h" #include "base/bind.h" #include "base/command_line.h" -#include "base/file_util.h" +#include "base/files/file_path.h" #include "base/message_loop.h" #include "base/path_service.h" #include "base/process_util.h" diff --git a/net/tools/dump_cache/cache_dumper.cc b/net/tools/dump_cache/cache_dumper.cc index 3c71a92..272851c 100644 --- a/net/tools/dump_cache/cache_dumper.cc +++ b/net/tools/dump_cache/cache_dumper.cc @@ -4,6 +4,7 @@ #include "net/tools/dump_cache/cache_dumper.h" +#include "base/file_util.h" #include "base/utf_string_conversions.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" diff --git a/net/tools/dump_cache/cache_dumper.h b/net/tools/dump_cache/cache_dumper.h index 12569af..4bdf4a1 100644 --- a/net/tools/dump_cache/cache_dumper.h +++ b/net/tools/dump_cache/cache_dumper.h @@ -7,7 +7,6 @@ #include <string> -#include "base/file_util.h" #include "base/files/file_path.h" #include "net/disk_cache/backend_impl.h" diff --git a/net/url_request/url_request_file_dir_job.h b/net/url_request/url_request_file_dir_job.h index 5e5005f..f897493 100644 --- a/net/url_request/url_request_file_dir_job.h +++ b/net/url_request/url_request_file_dir_job.h @@ -7,7 +7,6 @@ #include <string> -#include "base/file_util.h" #include "base/files/file_path.h" #include "base/memory/weak_ptr.h" #include "net/base/directory_lister.h" @@ -32,7 +31,7 @@ class URLRequestFileDirJob virtual void Kill() OVERRIDE; virtual bool ReadRawData(IOBuffer* buf, int buf_size, - int *bytes_read) OVERRIDE; + int* bytes_read) OVERRIDE; virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; virtual bool GetCharset(std::string* charset) OVERRIDE; diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc index bed2687..d367dc6 100644 --- a/net/url_request/url_request_http_job.cc +++ b/net/url_request/url_request_http_job.cc @@ -9,7 +9,6 @@ #include "base/bind_helpers.h" #include "base/command_line.h" #include "base/compiler_specific.h" -#include "base/file_util.h" #include "base/file_version_info.h" #include "base/message_loop.h" #include "base/metrics/field_trial.h" |