| Index: chrome/browser/search_engines/search_provider_install_data.cc
|
| diff --git a/chrome/browser/search_engines/search_provider_install_data.cc b/chrome/browser/search_engines/search_provider_install_data.cc
|
| index 569462837394931dd682bb45fccb8c92d60e8e3f..8a8165e84e5f88c175164b88f67cab615f1c003e 100644
|
| --- a/chrome/browser/search_engines/search_provider_install_data.cc
|
| +++ b/chrome/browser/search_engines/search_provider_install_data.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/message_loop_helpers.h"
|
| #include "chrome/browser/search_engines/search_host_to_urls_map.h"
|
| #include "chrome/browser/search_engines/search_terms_data.h"
|
| #include "chrome/browser/search_engines/template_url.h"
|
| @@ -81,7 +82,7 @@ class GoogleURLChangeNotifier
|
|
|
| private:
|
| friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>;
|
| - friend class DeleteTask<GoogleURLChangeNotifier>;
|
| + friend class base::DeleteHelper<GoogleURLChangeNotifier>;
|
|
|
| ~GoogleURLChangeNotifier() {}
|
|
|
|
|