| Index: net/disk_cache/blockfile/disk_format.cc
|
| diff --git a/net/disk_cache/disk_format.cc b/net/disk_cache/blockfile/disk_format.cc
|
| similarity index 87%
|
| rename from net/disk_cache/disk_format.cc
|
| rename to net/disk_cache/blockfile/disk_format.cc
|
| index 5b08954e0884ae5c4b4651e6111846698406802b..4d398c28aa6c985f4a48e1f4e3a124e07c285906 100644
|
| --- a/net/disk_cache/disk_format.cc
|
| +++ b/net/disk_cache/blockfile/disk_format.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/disk_format.h"
|
| +#include "net/disk_cache/blockfile/disk_format.h"
|
|
|
| namespace disk_cache {
|
|
|
|
|