| Index: content/browser/browser_main_runner.cc
|
| diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc
|
| index d5ed975a92d388e02ff910992e654f41591c0655..b12ccd6da25c855ea0f831d2373e63d9ff04261f 100644
|
| --- a/content/browser/browser_main_runner.cc
|
| +++ b/content/browser/browser_main_runner.cc
|
| @@ -7,10 +7,10 @@
|
| #include "base/base_switches.h"
|
| #include "base/command_line.h"
|
| #include "base/debug/leak_annotations.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/metrics/statistics_recorder.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/browser/browser_main_loop.h"
|
| #include "content/browser/browser_shutdown_profile_dumper.h"
|
| #include "content/browser/notification_service_impl.h"
|
|
|