| Index: net/disk_cache/v3/histogram_macros.h
|
| diff --git a/net/disk_cache/v3/histogram_macros.h b/net/disk_cache/v3/histogram_macros.h
|
| index 4f37970116c287a79a27638bab18917a5e0abbaa..e5f874cbb118b80caf10f6afffcc676221b3d448 100644
|
| --- a/net/disk_cache/v3/histogram_macros.h
|
| +++ b/net/disk_cache/v3/histogram_macros.h
|
| @@ -84,7 +84,7 @@
|
| #define CACHE_HISTOGRAM_CACHE_ERROR(name, sample) \
|
| CACHE_HISTOGRAM_ENUMERATION(name, sample, 50)
|
|
|
| -#ifdef NET_DISK_CACHE_BACKEND_IMPL_CC_
|
| +#ifdef NET_DISK_CACHE_BLOCKFILE_BACKEND_IMPL_CC_
|
| #define BACKEND_OBJ this
|
| #else
|
| #define BACKEND_OBJ backend_
|
| @@ -121,4 +121,4 @@
|
| }\
|
| }
|
|
|
| -#endif // NET_DISK_CACHE_V3_HISTOGRAM_MACROS_H_
|
| +#endif // NET_DISK_CACHE_V3_BLOCKFILE_HISTOGRAM_MACROS_H_
|
|
|