| Index: net/disk_cache/blockfile/stats.cc
|
| diff --git a/net/disk_cache/stats.cc b/net/disk_cache/blockfile/stats.cc
|
| similarity index 99%
|
| rename from net/disk_cache/stats.cc
|
| rename to net/disk_cache/blockfile/stats.cc
|
| index b05ecc6ec0bc47153cf583a11fc9d78f60aedf30..eaaf75aa70d3c57c2165ddbcc9bfdc4a7f5d3b3c 100644
|
| --- a/net/disk_cache/stats.cc
|
| +++ b/net/disk_cache/blockfile/stats.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/disk_cache/stats.h"
|
| +#include "net/disk_cache/blockfile/stats.h"
|
|
|
| #include "base/format_macros.h"
|
| #include "base/logging.h"
|
|
|