| Index: net/disk_cache/mapped_file_unittest.cc
|
| diff --git a/net/disk_cache/mapped_file_unittest.cc b/net/disk_cache/mapped_file_unittest.cc
|
| index fefc3832ee14996cc90b5ca836af0f29a63727b3..1ab80b1f35ded645418851f78d26ec27ae880c9b 100644
|
| --- a/net/disk_cache/mapped_file_unittest.cc
|
| +++ b/net/disk_cache/mapped_file_unittest.cc
|
| @@ -15,9 +15,7 @@ namespace {
|
| // Implementation of FileIOCallback for the tests.
|
| class FileCallbackTest: public disk_cache::FileIOCallback {
|
| public:
|
| - explicit FileCallbackTest(int id,
|
| - MessageLoopHelper* helper,
|
| - int* max_id)
|
| + FileCallbackTest(int id, MessageLoopHelper* helper, int* max_id)
|
| : id_(id),
|
| helper_(helper),
|
| max_id_(max_id) {
|
|
|