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

Side by Side Diff: net/disk_cache/mem_backend_impl.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/backend_impl.h ('k') | net/disk_cache/mem_entry_impl.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_MEM_BACKEND_IMPL_H__ 7 #ifndef NET_DISK_CACHE_MEM_BACKEND_IMPL_H__
8 #define NET_DISK_CACHE_MEM_BACKEND_IMPL_H__ 8 #define NET_DISK_CACHE_MEM_BACKEND_IMPL_H__
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/hash_tables.h" 11 #include "base/containers/hash_tables.h"
12 #include "net/disk_cache/disk_cache.h" 12 #include "net/disk_cache/disk_cache.h"
13 #include "net/disk_cache/mem_rankings.h" 13 #include "net/disk_cache/mem_rankings.h"
14 14
15 namespace net { 15 namespace net {
16 class NetLog; 16 class NetLog;
17 } // namespace net 17 } // namespace net
18 18
19 namespace disk_cache { 19 namespace disk_cache {
20 20
21 class MemEntryImpl; 21 class MemEntryImpl;
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 int32 current_size_; 111 int32 current_size_;
112 112
113 net::NetLog* net_log_; 113 net::NetLog* net_log_;
114 114
115 DISALLOW_COPY_AND_ASSIGN(MemBackendImpl); 115 DISALLOW_COPY_AND_ASSIGN(MemBackendImpl);
116 }; 116 };
117 117
118 } // namespace disk_cache 118 } // namespace disk_cache
119 119
120 #endif // NET_DISK_CACHE_MEM_BACKEND_IMPL_H__ 120 #endif // NET_DISK_CACHE_MEM_BACKEND_IMPL_H__
OLDNEW
« no previous file with comments | « net/disk_cache/backend_impl.h ('k') | net/disk_cache/mem_entry_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698