| Index: chrome/browser/chrome_browser_main.h
|
| diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
|
| index d4a4d05428ab9a2ac339ec1df236337a3a6b4370..8dd617190b01a7d3a1605ff4e202042f8a35696b 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"
|
| @@ -165,7 +166,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_;
|
|
|
| // Statistical testing infrastructure for the entire browser. NULL until
|
| // SetupMetricsAndFieldTrials is called.
|
|
|