| Index: net/disk_cache/simple/simple_util.cc
 | 
| diff --git a/net/disk_cache/simple/simple_util.cc b/net/disk_cache/simple/simple_util.cc
 | 
| index 8c52c87b405cf43125841bad975ddd808824d6c8..3844b98bc0964719e7157d85dc842198ef311b99 100644
 | 
| --- a/net/disk_cache/simple/simple_util.cc
 | 
| +++ b/net/disk_cache/simple/simple_util.cc
 | 
| @@ -102,6 +102,6 @@ bool GetMTime(const base::FilePath& path, base::Time* out_mtime) {
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| -}  // namespace simple_backend
 | 
| +}  // namespace simple_util
 | 
|  
 | 
|  }  // namespace disk_cache
 | 
| 
 |