Index: net/base/host_resolver_impl.cc |
=================================================================== |
--- net/base/host_resolver_impl.cc (revision 63176) |
+++ net/base/host_resolver_impl.cc (working copy) |
@@ -16,7 +16,8 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "base/debug_util.h" |
+#include "base/debug/debugger.h" |
+#include "base/debug/stack_trace.h" |
#include "base/lock.h" |
#include "base/message_loop.h" |
#include "base/metrics/field_trial.h" |
@@ -1053,7 +1054,7 @@ |
// Because we destroy outstanding requests during Shutdown(), |
// |req_handle| is already cancelled. |
LOG(ERROR) << "Called HostResolverImpl::CancelRequest() after Shutdown()."; |
- StackTrace().PrintBacktrace(); |
+ base::debug::StackTrace().PrintBacktrace(); |
return; |
} |
Request* req = reinterpret_cast<Request*>(req_handle); |