| Index: net/disk_cache/blockfile/file_win.cc
|
| diff --git a/net/disk_cache/blockfile/file_win.cc b/net/disk_cache/blockfile/file_win.cc
|
| index 81f8cf86fa86d97d4bc2a868d45ba7d81a91dc4c..ef7be4308d15a12599837bfe67606c0fde2f3b67 100644
|
| --- a/net/disk_cache/blockfile/file_win.cc
|
| +++ b/net/disk_cache/blockfile/file_win.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "net/disk_cache/blockfile/file.h"
|
|
|
| +#include <limits.h>
|
| +
|
| #include "base/files/file_path.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/message_loop/message_loop.h"
|
|
|