| Index: chrome/utility/utility_main.cc
|
| ===================================================================
|
| --- chrome/utility/utility_main.cc (revision 85733)
|
| +++ chrome/utility/utility_main.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/message_loop.h"
|
| -#include "base/system_monitor/system_monitor.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/extensions/extension_l10n_util.h"
|
| @@ -12,6 +11,7 @@
|
| #include "content/common/child_process.h"
|
| #include "content/common/hi_res_timer_manager.h"
|
| #include "content/common/main_function_params.h"
|
| +#include "ui/base/system_monitor/system_monitor.h"
|
| #include "ui/base/ui_base_switches.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -28,7 +28,7 @@
|
| MessageLoop main_message_loop;
|
| base::PlatformThread::SetName("CrUtilityMain");
|
|
|
| - base::SystemMonitor system_monitor;
|
| + ui::SystemMonitor system_monitor;
|
| HighResolutionTimerManager hi_res_timer_manager;
|
|
|
| ChildProcess utility_process;
|
|
|