summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/in_flight_backend_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/in_flight_backend_io.h')
-rw-r--r--net/disk_cache/in_flight_backend_io.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/disk_cache/in_flight_backend_io.h b/net/disk_cache/in_flight_backend_io.h
index 89fe3c1..cedc8df 100644
--- a/net/disk_cache/in_flight_backend_io.h
+++ b/net/disk_cache/in_flight_backend_io.h
@@ -10,14 +10,16 @@
#include <string>
#include "base/message_loop_proxy.h"
+#include "base/time.h"
#include "net/base/completion_callback.h"
#include "net/base/io_buffer.h"
-#include "net/disk_cache/entry_impl.h"
#include "net/disk_cache/in_flight_io.h"
namespace disk_cache {
class BackendImpl;
+class Entry;
+class EntryImpl;
// This class represents a single asynchronous disk cache IO operation while it
// is being bounced between threads.