| Index: chrome/browser/browser_about_handler.cc
|
| ===================================================================
|
| --- chrome/browser/browser_about_handler.cc (revision 110237)
|
| +++ chrome/browser/browser_about_handler.cc (working copy)
|
| @@ -913,7 +913,7 @@
|
| std::string AboutStats(const std::string& query) {
|
| // We keep the DictionaryValue tree live so that we can do delta
|
| // stats computations across runs.
|
| - CR_DEFINE_STATIC_LOCAL(DictionaryValue, root, ());
|
| + static DictionaryValue root;
|
| static base::TimeTicks last_sample_time = base::TimeTicks::Now();
|
|
|
| base::TimeTicks now = base::TimeTicks::Now();
|
|
|