| Index: content/browser/browser_main_runner.cc
 | 
| diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc
 | 
| index 4865cdb15bac5211e3dd9ccfb832ce25a5b6164d..4b3c19c4aa7b7c90b8615594eaafb386078783ad 100644
 | 
| --- a/content/browser/browser_main_runner.cc
 | 
| +++ b/content/browser/browser_main_runner.cc
 | 
| @@ -11,7 +11,6 @@
 | 
|  #include "base/logging.h"
 | 
|  #include "base/macros.h"
 | 
|  #include "base/metrics/histogram_macros.h"
 | 
| -#include "base/metrics/histogram_macros.h"
 | 
|  #include "base/metrics/statistics_recorder.h"
 | 
|  #include "base/profiler/scoped_profile.h"
 | 
|  #include "base/profiler/scoped_tracker.h"
 | 
| @@ -20,7 +19,7 @@
 | 
|  #include "base/trace_event/trace_event.h"
 | 
|  #include "base/tracked_objects.h"
 | 
|  #include "build/build_config.h"
 | 
| -#include "components/tracing/browser/trace_config_file.h"
 | 
| +#include "components/tracing/common/trace_config_file.h"
 | 
|  #include "components/tracing/common/tracing_switches.h"
 | 
|  #include "content/browser/browser_main_loop.h"
 | 
|  #include "content/browser/browser_shutdown_profile_dumper.h"
 | 
| 
 |