| Index: net/disk_cache/blockfile/rankings.h
|
| diff --git a/net/disk_cache/rankings.h b/net/disk_cache/blockfile/rankings.h
|
| similarity index 96%
|
| rename from net/disk_cache/rankings.h
|
| rename to net/disk_cache/blockfile/rankings.h
|
| index cd94eaf1c59b148718a7d9b3e3a857a98c4b8ff3..4224d0058eb0fff00c12345bf82adc88cf78ad47 100644
|
| --- a/net/disk_cache/rankings.h
|
| +++ b/net/disk_cache/blockfile/rankings.h
|
| @@ -4,15 +4,15 @@
|
|
|
| // See net/disk_cache/disk_cache.h for the public interface.
|
|
|
| -#ifndef NET_DISK_CACHE_RANKINGS_H_
|
| -#define NET_DISK_CACHE_RANKINGS_H_
|
| +#ifndef NET_DISK_CACHE_BLOCKFILE_RANKINGS_H_
|
| +#define NET_DISK_CACHE_BLOCKFILE_RANKINGS_H_
|
|
|
| #include <list>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "net/disk_cache/addr.h"
|
| -#include "net/disk_cache/mapped_file.h"
|
| -#include "net/disk_cache/storage_block.h"
|
| +#include "net/disk_cache/blockfile/addr.h"
|
| +#include "net/disk_cache/blockfile/mapped_file.h"
|
| +#include "net/disk_cache/blockfile/storage_block.h"
|
|
|
| namespace disk_cache {
|
|
|
| @@ -211,4 +211,4 @@ class Rankings {
|
|
|
| } // namespace disk_cache
|
|
|
| -#endif // NET_DISK_CACHE_RANKINGS_H_
|
| +#endif // NET_DISK_CACHE_BLOCKFILE_RANKINGS_H_
|
|
|