Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 6302e96f91078c63a1a285e42b9326c3fd8dfd0d..2bd0acdf263416ca92a5529ed4a283aec5ba2d3c 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -10,7 +10,6 @@ |
#include "base/at_exit.h" |
#include "base/command_line.h" |
#include "base/debug/debugger.h" |
-#include "base/debug/trace_event.h" |
#include "base/files/file_path.h" |
#include "base/i18n/icu_util.h" |
#include "base/lazy_instance.h" |
@@ -26,6 +25,7 @@ |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/string_util.h" |
#include "base/strings/stringprintf.h" |
+#include "base/trace_event/trace_event.h" |
#include "content/browser/browser_main.h" |
#include "content/common/set_process_title.h" |
#include "content/common/url_schemes.h" |