| Index: net/disk_cache/simple/simple_entry_operation.cc
|
| diff --git a/net/disk_cache/simple/simple_entry_operation.cc b/net/disk_cache/simple/simple_entry_operation.cc
|
| index c17762c71260436befdd6ef73d4f1f9e3165f982..ce8b09c8fa273a21142bc4d285737e64e6af29c4 100644
|
| --- a/net/disk_cache/simple/simple_entry_operation.cc
|
| +++ b/net/disk_cache/simple/simple_entry_operation.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "net/disk_cache/simple/simple_entry_operation.h"
|
|
|
| +#include <limits.h>
|
| +
|
| #include "base/logging.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/disk_cache/disk_cache.h"
|
|
|