Index: net/disk_cache/simple/simple_entry_impl.cc |
diff --git a/net/disk_cache/simple/simple_entry_impl.cc b/net/disk_cache/simple/simple_entry_impl.cc |
index 72d6d4c7e104a03db5499460443afac22d7d20f9..356a00a19b952b5cafd975567372aae6082092c5 100644 |
--- a/net/disk_cache/simple/simple_entry_impl.cc |
+++ b/net/disk_cache/simple/simple_entry_impl.cc |
@@ -496,7 +496,7 @@ int SimpleEntryImpl::ReadyForSparseIO(const CompletionCallback& callback) { |
DCHECK(io_thread_checker_.CalledOnValidThread()); |
// TODO(gavinp): Determine if the simple backend should support sparse data. |
NOTIMPLEMENTED(); |
- return net::ERR_FAILED; |
+ return net::ERR_NOT_IMPLEMENTED; |
} |
SimpleEntryImpl::~SimpleEntryImpl() { |