summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_thread.h')
-rw-r--r--webkit/appcache/appcache_thread.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/webkit/appcache/appcache_thread.h b/webkit/appcache/appcache_thread.h
index 7224d23..9f14b1c 100644
--- a/webkit/appcache/appcache_thread.h
+++ b/webkit/appcache/appcache_thread.h
@@ -5,11 +5,10 @@
#ifndef WEBKIT_APPCACHE_APPCACHE_THREAD_H_
#define WEBKIT_APPCACHE_APPCACHE_THREAD_H_
-#include "base/task.h"
-
namespace tracked_objects {
class Location;
}
+class Task;
namespace appcache {
@@ -32,13 +31,6 @@ class AppCacheThread {
Task* task);
static bool CurrentlyOn(int id);
- template <class T>
- static bool DeleteSoon(int id,
- const tracked_objects::Location& from_here,
- T* object) {
- return PostTask(id, from_here, new DeleteTask<T>(object));
- }
-
private:
AppCacheThread();
~AppCacheThread();