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

Side by Side Diff: net/disk_cache/v3/sparse_control_v3.cc

Issue 18054009: Use a direct include of time headers in net/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/disk_cache/v3/eviction_v3.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "net/disk_cache/sparse_control.h" 5 #include "net/disk_cache/sparse_control.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/format_macros.h" 8 #include "base/format_macros.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/message_loop.h" 10 #include "base/message_loop.h"
11 #include "base/strings/string_util.h" 11 #include "base/strings/string_util.h"
12 #include "base/strings/stringprintf.h" 12 #include "base/strings/stringprintf.h"
13 #include "base/time.h" 13 #include "base/time/time.h"
14 #include "net/base/io_buffer.h" 14 #include "net/base/io_buffer.h"
15 #include "net/base/net_errors.h" 15 #include "net/base/net_errors.h"
16 #include "net/disk_cache/backend_impl.h" 16 #include "net/disk_cache/backend_impl.h"
17 #include "net/disk_cache/entry_impl.h" 17 #include "net/disk_cache/entry_impl.h"
18 #include "net/disk_cache/file.h" 18 #include "net/disk_cache/file.h"
19 #include "net/disk_cache/net_log_parameters.h" 19 #include "net/disk_cache/net_log_parameters.h"
20 20
21 using base::Time; 21 using base::Time;
22 22
23 namespace { 23 namespace {
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 DoAbortCallbacks(); 859 DoAbortCallbacks();
860 return; 860 return;
861 } 861 }
862 862
863 // We are running a callback from the message loop. It's time to restart what 863 // We are running a callback from the message loop. It's time to restart what
864 // we were doing before. 864 // we were doing before.
865 DoChildrenIO(); 865 DoChildrenIO();
866 } 866 }
867 867
868 } // namespace disk_cache 868 } // namespace disk_cache
OLDNEW
« no previous file with comments | « net/disk_cache/v3/eviction_v3.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698