Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Issue 520303003: Change base/file_utils.h includes to base/files/file_utils.h in net/ (Closed)

Created:
6 years, 3 months ago by Lei Zhang
Modified:
6 years, 3 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, gavinp+disk_chromium.org, mmenke, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Change base/file_utils.h includes to base/files/file_utils.h in net/ Committed: https://crrev.com/d8df033c40ff837a4858d28d61c717b02d9b116d Cr-Commit-Position: refs/heads/master@{#293271}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -85 lines) Patch
M net/android/keystore_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/directory_lister.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/directory_lister_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/file_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/filename_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/filename_util_internal.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/filename_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_log_logger_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_data_stream_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_file_element_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_file_element_reader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/cert_verify_proc_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/ct_serialization_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/multi_log_ct_verifier_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/nss_cert_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/test_root_certs.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/backend_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl_v3.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_worker_v3.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/block_files_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/cache_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/cache_util_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/cache_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/disk_cache_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/entry_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_backend_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_index.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_index_file.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_index_file_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_synchronous_entry.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_version_upgrade.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_version_upgrade_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_hosts.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/filter/gzip_filter_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_directory_listing_parser_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_parser_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/transport_security_persister.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/transport_security_persister_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ocsp/nss_ocsp_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_config_service_linux_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8_tracing_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_in_memory_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_openssl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_server_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/tcp_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/unix_domain_listen_socket_posix_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/fuzzing/hpack_example_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/fuzzing/hpack_fuzz_mutator.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/fuzzing/hpack_fuzz_util_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/fuzzing/hpack_fuzz_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_cert_store_chromeos_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/cert_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/cert_test_util_nss.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/embedded_test_server/embedded_test_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/python_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/base_test_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/local_test_server.h View 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/local_test_server_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/spawned_test_server/remote_test_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/crash_cache/crash_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/crl_set_dump/crl_set_dump.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/dns_fuzz_stub/dns_fuzz_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/dump_cache/cache_dumper.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/dump_cache/dump_files.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/flip_server/loadtime_measurement.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/gdig/gdig.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_in_memory_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/tld_cleanup/tld_cleanup.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/tld_cleanup/tld_cleanup_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/test_url_fetcher_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_response_writer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_response_writer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_file_job.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_file_job_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (6 generated)
Lei Zhang
stampy stampy?
6 years, 3 months ago (2014-09-03 22:24:46 UTC) #2
Ryan Sleevi
lgtm
6 years, 3 months ago (2014-09-03 22:33:16 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/520303003/1
6 years, 3 months ago (2014-09-03 23:23:35 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/1900)
6 years, 3 months ago (2014-09-04 02:09:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/520303003/1
6 years, 3 months ago (2014-09-04 02:20:05 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/1946)
6 years, 3 months ago (2014-09-04 03:18:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/520303003/1
6 years, 3 months ago (2014-09-04 06:08:20 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1) as 8d36e93c47ccc79e5784f7437bc0be899f39862e
6 years, 3 months ago (2014-09-04 06:34:34 UTC) #14
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:30:19 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d8df033c40ff837a4858d28d61c717b02d9b116d
Cr-Commit-Position: refs/heads/master@{#293271}

Powered by Google App Engine
This is Rietveld 408576698