| Index: chrome/renderer/renderer_main.cc
|
| ===================================================================
|
| --- chrome/renderer/renderer_main.cc (revision 63176)
|
| +++ chrome/renderer/renderer_main.cc (working copy)
|
| @@ -10,6 +10,7 @@
|
| #include "app/hi_res_timer_manager.h"
|
| #include "app/system_monitor.h"
|
| #include "base/command_line.h"
|
| +#include "base/debug/trace_event.h"
|
| #include "base/mac/scoped_nsautorelease_pool.h"
|
| #include "base/metrics/field_trial.h"
|
| #include "base/message_loop.h"
|
| @@ -19,7 +20,6 @@
|
| #include "base/platform_thread.h"
|
| #include "base/process_util.h"
|
| #include "base/string_util.h"
|
| -#include "base/trace_event.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_counters.h"
|
| #include "chrome/common/chrome_switches.h"
|
|
|