| Index: net/tools/crash_cache/crash_cache.cc
|
| diff --git a/net/tools/crash_cache/crash_cache.cc b/net/tools/crash_cache/crash_cache.cc
|
| index 32934a6a870f3764833f70d2d7559cd37bd5ec30..3687bd94abe8e4e109223a394cf3e0a052853be4 100644
|
| --- a/net/tools/crash_cache/crash_cache.cc
|
| +++ b/net/tools/crash_cache/crash_cache.cc
|
| @@ -25,10 +25,10 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_export.h"
|
| #include "net/base/test_completion_callback.h"
|
| -#include "net/disk_cache/backend_impl.h"
|
| +#include "net/disk_cache/blockfile/backend_impl.h"
|
| +#include "net/disk_cache/blockfile/rankings.h"
|
| #include "net/disk_cache/disk_cache.h"
|
| #include "net/disk_cache/disk_cache_test_util.h"
|
| -#include "net/disk_cache/rankings.h"
|
|
|
| using base::Time;
|
|
|
|
|