Index: content/browser/browser_shutdown_profile_dumper.cc |
diff --git a/content/browser/browser_shutdown_profile_dumper.cc b/content/browser/browser_shutdown_profile_dumper.cc |
index 0197093db152c380586bd9f2ce9a76ae49da0715..30bddd0cddfe5867097adcb336ae73c8e0655a7c 100644 |
--- a/content/browser/browser_shutdown_profile_dumper.cc |
+++ b/content/browser/browser_shutdown_profile_dumper.cc |
@@ -6,14 +6,14 @@ |
#include "base/base_switches.h" |
#include "base/command_line.h" |
-#include "base/debug/trace_event.h" |
-#include "base/debug/trace_event_impl.h" |
#include "base/files/file_path.h" |
#include "base/files/file_util.h" |
#include "base/logging.h" |
#include "base/synchronization/waitable_event.h" |
#include "base/threading/thread.h" |
#include "base/threading/thread_restrictions.h" |
+#include "base/trace_event/trace_event.h" |
+#include "base/trace_event/trace_event_impl.h" |
#include "content/public/common/content_switches.h" |
namespace content { |