Index: content/app/android/content_main.cc |
diff --git a/content/app/android/content_main.cc b/content/app/android/content_main.cc |
index 55657496e09359cc44eb3bdd2bb06373d036144c..f322017bdbe84fec6eee9c7d3bd409982b6be467 100644 |
--- a/content/app/android/content_main.cc |
+++ b/content/app/android/content_main.cc |
@@ -7,8 +7,8 @@ |
#include "base/at_exit.h" |
#include "base/base_switches.h" |
#include "base/command_line.h" |
-#include "base/debug/trace_event.h" |
#include "base/lazy_instance.h" |
+#include "base/trace_event/trace_event.h" |
#include "content/public/app/content_main.h" |
#include "content/public/app/content_main_delegate.h" |
#include "content/public/app/content_main_runner.h" |