Index: chrome/renderer/render_thread.cc |
=================================================================== |
--- chrome/renderer/render_thread.cc (revision 63176) |
+++ chrome/renderer/render_thread.cc (working copy) |
@@ -10,6 +10,7 @@ |
#include <vector> |
#include "base/command_line.h" |
+#include "base/debug/trace_event.h" |
#include "base/lazy_instance.h" |
#include "base/logging.h" |
#include "base/metrics/field_trial.h" |
@@ -20,7 +21,6 @@ |
#include "base/string_util.h" |
#include "base/task.h" |
#include "base/thread_local.h" |
-#include "base/trace_event.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
#include "chrome/common/appcache/appcache_dispatcher.h" |