| Index: net/disk_cache/simple/simple_test_util.h
|
| diff --git a/net/disk_cache/simple/simple_test_util.h b/net/disk_cache/simple/simple_test_util.h
|
| index 82eebbec3149d1666bc1b2e4458cdf2f6382decc..5100250cc827b067194d7a793cf781df1e785c74 100644
|
| --- a/net/disk_cache/simple/simple_test_util.h
|
| +++ b/net/disk_cache/simple/simple_test_util.h
|
| @@ -23,7 +23,7 @@ class ImmutableArray {
|
| public:
|
| static const size_t size = Size;
|
|
|
| - ImmutableArray(const base::Callback<T (size_t index)>& initializer) {
|
| + ImmutableArray(const base::Callback<T(size_t index)>& initializer) {
|
| for (size_t i = 0; i < size; ++i)
|
| data_[i] = initializer.Run(i);
|
| }
|
|
|