Index: chrome/browser/browser_about_handler.cc |
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc |
index fde58d2fed4c137706e666ca71487df3cf9e2667..fcf872e26161d7334fa40e0b0e0977395e40c28b 100644 |
--- a/chrome/browser/browser_about_handler.cc |
+++ b/chrome/browser/browser_about_handler.cc |
@@ -895,7 +895,7 @@ void AboutMemory(const std::string& path, AboutSource* source, int request_id) { |
std::string AboutStats(const std::string& query) { |
// We keep the DictionaryValue tree live so that we can do delta |
// stats computations across runs. |
- static DictionaryValue root; |
+ CR_DEFINE_STATIC_LOCAL(DictionaryValue, root, ()); |
static base::TimeTicks last_sample_time = base::TimeTicks::Now(); |
base::TimeTicks now = base::TimeTicks::Now(); |