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

Issue 18054009: Use a direct include of time headers in net/, part 1. (Closed)

Created:
7 years, 5 months ago by Avi (use Gerrit)
Modified:
7 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, sadrul, gavinp+disk_chromium.org, ben+watch_chromium.org, erikwright (departed), eroman, mmenke
Visibility:
Public.

Description

Use a direct include of time headers in net/, part 1. BUG=254986 TEST=none TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209110

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -71 lines) Patch
M net/base/backoff_entry.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/bandwidth_metrics.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/capturing_net_log.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/expiring_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/expiring_cache_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/filter.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/load_timing_info.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_log.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_log.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier_win.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_time_notifier.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/sdch_manager.h 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_element.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_file_element_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/crl_set.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/multi_threaded_cert_verifier.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_cert_types.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate_ios.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate_nss.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_util.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_util_nss.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_util_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/canonical_cookie.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/cookie_monster.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/cookie_monster_store_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/cookie_monster_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/cookie_store.h View 1 chunk +2 lines, -2 lines 0 comments Download
M net/cookies/cookie_util.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/backend_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/backend_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/block_files.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/disk_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/disk_cache_perftest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M net/disk_cache/disk_cache_test_util.h 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/eviction.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/flash/flash_cache_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/in_flight_backend_io.h 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_entry_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_index.h View 1 chunk +2 lines, -2 lines 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_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_index_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_synchronous_entry.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/sparse_control.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/v3/backend_impl_v3.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/v3/backend_impl_v3.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/v3/backend_worker.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/v3/backend_worker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/v3/block_bitmaps.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/v3/eviction_v3.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/v3/sparse_control_v3.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/18054009/1
7 years, 5 months ago (2013-06-27 21:50:32 UTC) #1
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, chrome_frame_net_tests, ...
7 years, 5 months ago (2013-06-27 22:33:08 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/avi@chromium.org/18054009/1
7 years, 5 months ago (2013-06-27 23:07:08 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-06-28 05:40:52 UTC) #4
Message was sent while issue was closed.
Change committed as 209110

Powered by Google App Engine
This is Rietveld 408576698