| Index: net/disk_cache/blockfile/mapped_file.cc
|
| diff --git a/net/disk_cache/mapped_file.cc b/net/disk_cache/blockfile/mapped_file.cc
|
| similarity index 95%
|
| rename from net/disk_cache/mapped_file.cc
|
| rename to net/disk_cache/blockfile/mapped_file.cc
|
| index dd745ac5268439b1a91c23cd6e9a64d36e1c5042..4b0f27fc0972da59294c07d0bb6b45c7575a7e9d 100644
|
| --- a/net/disk_cache/mapped_file.cc
|
| +++ b/net/disk_cache/blockfile/mapped_file.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/mapped_file.h"
|
| +#include "net/disk_cache/blockfile/mapped_file.h"
|
|
|
| namespace disk_cache {
|
|
|
|
|