Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: content/browser/host_zoom_map.h

Issue 9015021: Remove DeleteTask and convert remaining users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix last Linux gotchas (upload attempt #2) Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/host_zoom_map.h
diff --git a/content/browser/host_zoom_map.h b/content/browser/host_zoom_map.h
index d0325ab27ff240b918c2f363cf323490772b9ae2..1bd7134af5fbafcb6ab7a675b2fa16498b9a6b74 100644
--- a/content/browser/host_zoom_map.h
+++ b/content/browser/host_zoom_map.h
@@ -15,6 +15,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
+#include "base/message_loop_helpers.h"
#include "base/synchronization/lock.h"
#include "content/common/content_export.h"
#include "content/public/browser/browser_thread.h"
@@ -79,7 +80,7 @@ class CONTENT_EXPORT HostZoomMap
HostZoomMap, content::BrowserThread::DeleteOnUIThread>;
friend struct content::BrowserThread::DeleteOnThread<
content::BrowserThread::UI>;
- friend class DeleteTask<HostZoomMap>;
+ friend class base::DeleteHelper<HostZoomMap>;
typedef std::map<std::string, double> HostZoomLevels;
« no previous file with comments | « content/browser/download/download_manager_impl.h ('k') | content/browser/in_process_webkit/dom_storage_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698