Index: chrome/browser/browser_main.cc |
=================================================================== |
--- chrome/browser/browser_main.cc (revision 63176) |
+++ chrome/browser/browser_main.cc (working copy) |
@@ -14,6 +14,7 @@ |
#include "app/system_monitor.h" |
#include "base/at_exit.h" |
#include "base/command_line.h" |
+#include "base/debug/trace_event.h" |
#include "base/file_path.h" |
#include "base/file_util.h" |
#include "base/mac/scoped_nsautorelease_pool.h" |
@@ -28,7 +29,6 @@ |
#include "base/string_util.h" |
#include "base/sys_string_conversions.h" |
#include "base/time.h" |
-#include "base/trace_event.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
#include "build/build_config.h" |