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

Side by Side Diff: net/disk_cache/v3/backend_impl_v3.h

Issue 16667019: Rename base/hash_tables to base/containers/hash_tables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/simple/simple_index_file.h ('k') | net/disk_cache/v3/backend_worker.h » ('j') | 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 // See net/disk_cache/disk_cache.h for the public interface of the cache. 5 // See net/disk_cache/disk_cache.h for the public interface of the cache.
6 6
7 #ifndef NET_DISK_CACHE_BACKEND_IMPL_H_ 7 #ifndef NET_DISK_CACHE_BACKEND_IMPL_H_
8 #define NET_DISK_CACHE_BACKEND_IMPL_H_ 8 #define NET_DISK_CACHE_BACKEND_IMPL_H_
9 9
10 #include "base/containers/hash_tables.h"
10 #include "base/files/file_path.h" 11 #include "base/files/file_path.h"
11 #include "base/hash_tables.h"
12 #include "base/timer.h" 12 #include "base/timer.h"
13 #include "net/disk_cache/block_files.h" 13 #include "net/disk_cache/block_files.h"
14 #include "net/disk_cache/disk_cache.h" 14 #include "net/disk_cache/disk_cache.h"
15 #include "net/disk_cache/eviction.h" 15 #include "net/disk_cache/eviction.h"
16 #include "net/disk_cache/in_flight_backend_io.h" 16 #include "net/disk_cache/in_flight_backend_io.h"
17 #include "net/disk_cache/rankings.h" 17 #include "net/disk_cache/rankings.h"
18 #include "net/disk_cache/stats.h" 18 #include "net/disk_cache/stats.h"
19 #include "net/disk_cache/stress_support.h" 19 #include "net/disk_cache/stress_support.h"
20 #include "net/disk_cache/trace.h" 20 #include "net/disk_cache/trace.h"
21 21
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 279
280 DISALLOW_COPY_AND_ASSIGN(BackendImpl); 280 DISALLOW_COPY_AND_ASSIGN(BackendImpl);
281 }; 281 };
282 282
283 // Returns the preferred max cache size given the available disk space. 283 // Returns the preferred max cache size given the available disk space.
284 NET_EXPORT_PRIVATE int PreferedCacheSize(int64 available); 284 NET_EXPORT_PRIVATE int PreferedCacheSize(int64 available);
285 285
286 } // namespace disk_cache 286 } // namespace disk_cache
287 287
288 #endif // NET_DISK_CACHE_BACKEND_IMPL_H_ 288 #endif // NET_DISK_CACHE_BACKEND_IMPL_H_
OLDNEW
« no previous file with comments | « net/disk_cache/simple/simple_index_file.h ('k') | net/disk_cache/v3/backend_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698