| Index: chrome/browser/io_thread.cc
|
| ===================================================================
|
| --- chrome/browser/io_thread.cc (revision 63176)
|
| +++ chrome/browser/io_thread.cc (working copy)
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/io_thread.h"
|
|
|
| #include "base/command_line.h"
|
| -#include "base/leak_tracker.h"
|
| +#include "base/debug/leak_tracker.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util-inl.h"
|
| #include "base/string_number_conversions.h"
|
| @@ -284,7 +284,7 @@
|
| // To allow for URLRequests to be deleted from
|
| // MessageLoop::DestructionObserver this check has to happen after CleanUp
|
| // (which runs before DestructionObservers).
|
| - base::LeakTracker<URLRequest>::CheckForLeaks();
|
| + base::debug::LeakTracker<URLRequest>::CheckForLeaks();
|
| }
|
|
|
| net::HttpAuthHandlerFactory* IOThread::CreateDefaultAuthHandlerFactory(
|
|
|