| Index: net/disk_cache/stress_cache.cc
|
| ===================================================================
|
| --- net/disk_cache/stress_cache.cc (revision 63176)
|
| +++ net/disk_cache/stress_cache.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| -#include "base/debug_util.h"
|
| +#include "base/debug/debugger.h"
|
| #include "base/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| @@ -213,7 +213,7 @@
|
|
|
| void CrashHandler(const std::string& str) {
|
| g_crashing = true;
|
| - DebugUtil::BreakDebugger();
|
| + base::debug::BreakDebugger();
|
| }
|
|
|
| // -----------------------------------------------------------------------
|
|
|