Chromium Code Reviews| Index: chrome/browser/chrome_browser_main.h |
| diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h |
| index e13c0ddfd4b660780d9c1a61df761f0016cc5f98..b611fa9969c94fd39f08bc610670d682a4a682e8 100644 |
| --- a/chrome/browser/chrome_browser_main.h |
| +++ b/chrome/browser/chrome_browser_main.h |
| @@ -14,6 +14,7 @@ |
| #include "base/tracked_objects.h" |
| #include "chrome/browser/first_run/first_run.h" |
| #include "chrome/browser/process_singleton.h" |
| +#include "chrome/browser/task_profiler/auto_tracking.h" |
| #include "chrome/browser/ui/browser_init.h" |
| #include "content/public/browser/browser_main_parts.h" |
| #include "content/public/browser/browser_thread.h" |
| @@ -160,7 +161,7 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { |
| // Creating this object starts tracking the creation and deletion of Task |
| // instance. This MUST be done before main_message_loop, so that it is |
| // destroyed after the main_message_loop. |
| - tracked_objects::AutoTracking tracking_objects_; |
| + task_profiler::AutoTracking tracking_objects_; |
|
jar (doing other things)
2012/02/08 20:34:37
This is as good as any for a first cut... but I'm
|
| // Statistical testing infrastructure for the entire browser. NULL until |
| // SetupMetricsAndFieldTrials is called. |