| Index: chrome/browser/crash_handler_host_linux.cc
|
| diff --git a/chrome/browser/crash_handler_host_linux.cc b/chrome/browser/crash_handler_host_linux.cc
|
| index 9298ebb2496db9a8c6364f81f081b8465b2d3dca..a2393bd1734783a3aa435d4775b3d403e2efd021 100644
|
| --- a/chrome/browser/crash_handler_host_linux.cc
|
| +++ b/chrome/browser/crash_handler_host_linux.cc
|
| @@ -99,10 +99,10 @@ CrashHandlerHostLinux::~CrashHandlerHostLinux() {
|
| }
|
|
|
| void CrashHandlerHostLinux::Init() {
|
| - MessageLoopForIO* ml = MessageLoopForIO::current();
|
| + base::MessageLoopForIO* ml = base::MessageLoopForIO::current();
|
| CHECK(ml->WatchFileDescriptor(
|
| browser_socket_, true /* persistent */,
|
| - MessageLoopForIO::WATCH_READ,
|
| + base::MessageLoopForIO::WATCH_READ,
|
| &file_descriptor_watcher_, this));
|
| ml->AddDestructionObserver(this);
|
| }
|
|
|