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

Unified Diff: chrome/browser/ui/webui/net_internals_ui.cc

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: chrome/browser/ui/webui/net_internals_ui.cc
diff --git a/chrome/browser/ui/webui/net_internals_ui.cc b/chrome/browser/ui/webui/net_internals_ui.cc
index be5bae82d784a3bb6003ffe01fdb44481c6c7569..45db6d3851c34ac335f920d2d5c05895ac9df032 100644
--- a/chrome/browser/ui/webui/net_internals_ui.cc
+++ b/chrome/browser/ui/webui/net_internals_ui.cc
@@ -16,6 +16,7 @@
#include "base/command_line.h"
#include "base/memory/singleton.h"
#include "base/message_loop.h"
+#include "base/message_loop_helpers.h"
#include "base/path_service.h"
#include "base/string_number_conversions.h"
#include "base/string_piece.h"
@@ -362,7 +363,7 @@ class NetInternalsMessageHandler::IOThreadImpl
private:
friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
- friend class DeleteTask<IOThreadImpl>;
+ friend class base::DeleteHelper<IOThreadImpl>;
~IOThreadImpl();
« no previous file with comments | « chrome/browser/ui/webui/media/media_internals_proxy.h ('k') | chrome/browser/ui/webui/quota_internals_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698