| Index: net/disk_cache/v2/errors.h
|
| diff --git a/net/disk_cache/errors.h b/net/disk_cache/v2/errors.h
|
| similarity index 87%
|
| rename from net/disk_cache/errors.h
|
| rename to net/disk_cache/v2/errors.h
|
| index 1c69d42f770b5b37baf523d99bfe8606a995a832..9d80217f9c3626ad609247b59c79905592360028 100644
|
| --- a/net/disk_cache/errors.h
|
| +++ b/net/disk_cache/v2/errors.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Error codes reported by self tests or to UMA.
|
|
|
| -#ifndef NET_DISK_CACHE_ERRORS_H__
|
| -#define NET_DISK_CACHE_ERRORS_H__
|
| +#ifndef NET_DISK_CACHE_V2_ERRORS_H__
|
| +#define NET_DISK_CACHE_V2_ERRORS_H__
|
|
|
| namespace disk_cache {
|
|
|
| @@ -30,4 +30,4 @@ enum {
|
|
|
| } // namespace disk_cache
|
|
|
| -#endif // NET_DISK_CACHE_ERRORS_H__
|
| +#endif // NET_DISK_CACHE_V2_ERRORS_H__
|
|
|