| 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..99a9cbe5ca5e0a1eb28e9245cd460079093010f0 100644
|
| --- a/net/disk_cache/v3/histogram_macros.h
|
| +++ b/net/disk_cache/v3/histogram_macros.h
|
| @@ -84,11 +84,7 @@
|
| #define CACHE_HISTOGRAM_CACHE_ERROR(name, sample) \
|
| CACHE_HISTOGRAM_ENUMERATION(name, sample, 50)
|
|
|
| -#ifdef NET_DISK_CACHE_BACKEND_IMPL_CC_
|
| -#define BACKEND_OBJ this
|
| -#else
|
| -#define BACKEND_OBJ backend_
|
| -#endif
|
| +#define BACKEND_OBJ CACHE_HISTOGRAM_MACROS_BACKEND_IMPL_OBJ
|
|
|
| // Generates a UMA histogram of the given type, generating the proper name for
|
| // it (asking backend_->HistogramName), and adding the provided sample.
|
|
|