Index: chrome/browser/prefs/pref_metrics_service.h |
diff --git a/chrome/browser/prefs/pref_metrics_service.h b/chrome/browser/prefs/pref_metrics_service.h |
index 3a4bc4fcbc358d65a2823a3a3095113b6cc0795c..b50b1c018bc422a4353e352c34303ebde7ad154b 100644 |
--- a/chrome/browser/prefs/pref_metrics_service.h |
+++ b/chrome/browser/prefs/pref_metrics_service.h |
@@ -121,7 +121,10 @@ class PrefMetricsService : public BrowserContextKeyedService { |
std::string device_id_; |
const char** tracked_pref_paths_; |
const int tracked_pref_path_count_; |
+ |
+#if defined(ENABLE_DCHECK) |
Bernhard Bauer
2013/11/22 09:55:03
Does this work? It seems ENABLE_DCHECK is #undef'd
gab
2013/11/22 21:05:13
Ah, good point... I think
#if !defined(NDEBUG) ||
Bernhard Bauer
2013/11/22 21:53:55
I think what we should do is add a #define for thi
|
bool checked_tracked_prefs_; |
+#endif |
PrefChangeRegistrar pref_registrar_; |
scoped_ptr<SyncedPrefChangeRegistrar> synced_pref_change_registrar_; |