| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index 3438ba72eaa4a182d80680f3c9fa0e0d01a239a8..b431ee639184da85d0e73497ad4849cc89a6b106 100644
|
| --- a/net/http/http_cache.h
|
| +++ b/net/http/http_cache.h
|
| @@ -225,6 +225,7 @@ class HttpCache : public HttpTransactionFactory,
|
| typedef base::hash_map<std::string, ActiveEntry*> ActiveEntriesMap;
|
| typedef base::hash_map<std::string, PendingOp*> PendingOpsMap;
|
| typedef std::set<ActiveEntry*> ActiveEntriesSet;
|
| + typedef base::hash_map<std::string, int> PlaybackCacheMap;
|
|
|
| // Methods ------------------------------------------------------------------
|
|
|
| @@ -371,7 +372,6 @@ class HttpCache : public HttpTransactionFactory,
|
|
|
| ScopedRunnableMethodFactory<HttpCache> task_factory_;
|
|
|
| - typedef base::hash_map<std::string, int> PlaybackCacheMap;
|
| scoped_ptr<PlaybackCacheMap> playback_cache_map_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HttpCache);
|
|
|