| Index: chrome/service/service_main.cc
|
| ===================================================================
|
| --- chrome/service/service_main.cc (revision 63176)
|
| +++ chrome/service/service_main.cc (working copy)
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/debug_util.h"
|
| +#include "base/debug/debugger.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| #include "base/singleton.h"
|
| @@ -22,7 +22,7 @@
|
|
|
| MessageLoopForUI main_message_loop;
|
| if (parameters.command_line_.HasSwitch(switches::kWaitForDebugger)) {
|
| - DebugUtil::WaitForDebugger(60, true);
|
| + base::debug::WaitForDebugger(60, true);
|
| }
|
|
|
| PlatformThread::SetName("CrServiceMain");
|
|
|