| Index: net/disk_cache/v2/disk_format.h
|
| diff --git a/net/disk_cache/disk_format.h b/net/disk_cache/v2/disk_format.h
|
| similarity index 97%
|
| rename from net/disk_cache/disk_format.h
|
| rename to net/disk_cache/v2/disk_format.h
|
| index 5d7597ab17d5c4c6e78c999b9ba02fd33cfb04f7..8ee90066ec142d5435ef084cedabef454e85a0e8 100644
|
| --- a/net/disk_cache/disk_format.h
|
| +++ b/net/disk_cache/v2/disk_format.h
|
| @@ -42,12 +42,12 @@
|
| // being currently used, it means that the entry was not properly closed on a
|
| // previous run, so it is discarded.
|
|
|
| -#ifndef NET_DISK_CACHE_DISK_FORMAT_H_
|
| -#define NET_DISK_CACHE_DISK_FORMAT_H_
|
| +#ifndef NET_DISK_CACHE_V2_DISK_FORMAT_H_
|
| +#define NET_DISK_CACHE_V2_DISK_FORMAT_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/disk_cache/disk_format_base.h"
|
| +#include "net/disk_cache/v2/disk_format_base.h"
|
|
|
| namespace disk_cache {
|
|
|
| @@ -150,4 +150,4 @@ COMPILE_ASSERT(sizeof(RankingsNode) == 36, bad_RankingsNode);
|
|
|
| } // namespace disk_cache
|
|
|
| -#endif // NET_DISK_CACHE_DISK_FORMAT_H_
|
| +#endif // NET_DISK_CACHE_V2_DISK_FORMAT_H_
|
|
|