Index: chrome/renderer/renderer_main.cc |
=================================================================== |
--- chrome/renderer/renderer_main.cc (revision 77927) |
+++ chrome/renderer/renderer_main.cc (working copy) |
@@ -23,7 +23,6 @@ |
#include "chrome/common/chrome_counters.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/gfx_resource_provider.h" |
-#include "chrome/common/hi_res_timer_manager.h" |
#include "chrome/common/logging_chrome.h" |
#include "chrome/common/net/net_resource_provider.h" |
#include "chrome/common/pepper_plugin_registry.h" |
@@ -31,6 +30,7 @@ |
#include "chrome/renderer/render_process_impl.h" |
#include "chrome/renderer/render_thread.h" |
#include "content/common/main_function_params.h" |
+#include "content/common/hi_res_timer_manager.h" |
#include "grit/generated_resources.h" |
#include "net/base/net_module.h" |
#include "ui/base/system_monitor/system_monitor.h" |