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

Unified Diff: net/disk_cache/in_flight_backend_io.h

Issue 8065015: Disk Cache: Improve handling of dirty entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 months 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: net/disk_cache/in_flight_backend_io.h
===================================================================
--- net/disk_cache/in_flight_backend_io.h (revision 102424)
+++ net/disk_cache/in_flight_backend_io.h (working copy)
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698