| Index: net/disk_cache/flash/segment.h
|
| diff --git a/net/disk_cache/flash/segment.h b/net/disk_cache/flash/segment.h
|
| index 6dcdf46a0006f222872e8cacf0199bab2e15cb37..4a10c654070a2273a43754f1ffa66d46f1f0c330 100644
|
| --- a/net/disk_cache/flash/segment.h
|
| +++ b/net/disk_cache/flash/segment.h
|
| @@ -97,8 +97,6 @@ class NET_EXPORT_PRIVATE Segment {
|
| bool CanHold(int32 size) const;
|
|
|
| private:
|
| - FRIEND_TEST_ALL_PREFIXES(SegmentTest, CreateDestroy);
|
| -
|
| bool read_only_; // Indicates whether the segment can be written to.
|
| bool init_; // Indicates whether segment was initialized.
|
| Storage* storage_; // Storage on which the segment resides.
|
|
|