| Index: chrome/browser/process_singleton_linux.cc
|
| diff --git a/chrome/browser/process_singleton_linux.cc b/chrome/browser/process_singleton_linux.cc
|
| index d9156370e20b1188068b012437cbf5428b3372f4..eda06a0d26e8e32961384b33ecfe9b0a1477bc3a 100644
|
| --- a/chrome/browser/process_singleton_linux.cc
|
| +++ b/chrome/browser/process_singleton_linux.cc
|
| @@ -66,6 +66,7 @@
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| +#include "base/message_loop_helpers.h"
|
| #include "base/path_service.h"
|
| #include "base/process_util.h"
|
| #include "base/rand_util.h"
|
| @@ -561,7 +562,7 @@ class ProcessSingleton::LinuxWatcher
|
|
|
| private:
|
| friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
|
| - friend class DeleteTask<ProcessSingleton::LinuxWatcher>;
|
| + friend class base::DeleteHelper<ProcessSingleton::LinuxWatcher>;
|
|
|
| virtual ~LinuxWatcher() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
|
|