| Index: net/disk_cache/v2/disk_format_base.h
|
| diff --git a/net/disk_cache/disk_format_base.h b/net/disk_cache/v2/disk_format_base.h
|
| similarity index 97%
|
| rename from net/disk_cache/disk_format_base.h
|
| rename to net/disk_cache/v2/disk_format_base.h
|
| index 419f41bd02625c389856636971514b30263dd9a5..755f267cc2fc406ce27f0f88737241a8e182fd51 100644
|
| --- a/net/disk_cache/disk_format_base.h
|
| +++ b/net/disk_cache/v2/disk_format_base.h
|
| @@ -17,8 +17,8 @@
|
| // chain of files is, any given block can be located directly by its address,
|
| // which contains the file number and starting block inside the file.
|
|
|
| -#ifndef NET_DISK_CACHE_DISK_FORMAT_BASE_H_
|
| -#define NET_DISK_CACHE_DISK_FORMAT_BASE_H_
|
| +#ifndef NET_DISK_CACHE_V2_DISK_FORMAT_BASE_H_
|
| +#define NET_DISK_CACHE_V2_DISK_FORMAT_BASE_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "net/base/net_export.h"
|
| @@ -129,4 +129,4 @@ COMPILE_ASSERT(sizeof(SparseData) == sizeof(SparseHeader) + kNumSparseBits / 8,
|
|
|
| } // namespace disk_cache
|
|
|
| -#endif // NET_DISK_CACHE_DISK_FORMAT_BASE_H_
|
| +#endif // NET_DISK_CACHE_V2_DISK_FORMAT_BASE_H_
|
|
|