| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 77927)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -78,7 +78,6 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/env_vars.h"
|
| #include "chrome/common/gfx_resource_provider.h"
|
| -#include "chrome/common/hi_res_timer_manager.h"
|
| #include "chrome/common/json_pref_store.h"
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/logging_chrome.h"
|
| @@ -91,6 +90,7 @@
|
| #include "content/browser/plugin_service.h"
|
| #include "content/browser/renderer_host/resource_dispatcher_host.h"
|
| #include "content/common/child_process.h"
|
| +#include "content/common/hi_res_timer_manager.h"
|
| #include "content/common/main_function_params.h"
|
| #include "grit/app_locale_settings.h"
|
| #include "grit/chromium_strings.h"
|
|
|