Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1651)

Unified Diff: net/disk_cache/v3/histogram_macros.h

Issue 121643003: Reorganize net/disk_cache into backend specific directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: #define fixes Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d9a8d06687a2c5f93bad9a6d10d110e3839cfda0 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_V2_BACKEND_IMPL_CC_
rvargas (doing something else) 2014/02/06 04:21:23 no version prefix
gavinp 2014/02/09 15:13:35 See https://codereview.chromium.org/140893013/
#define BACKEND_OBJ this
#else
#define BACKEND_OBJ backend_

Powered by Google App Engine
This is Rietveld 408576698