| Index: net/disk_cache/blockfile/addr_unittest.cc
|
| diff --git a/net/disk_cache/blockfile/addr_unittest.cc b/net/disk_cache/blockfile/addr_unittest.cc
|
| index eaed65976b249b8ee2a54fed0fdcf2a9a6a9010d..b62e31f79253d309b3813a981843bc65e286913a 100644
|
| --- a/net/disk_cache/blockfile/addr_unittest.cc
|
| +++ b/net/disk_cache/blockfile/addr_unittest.cc
|
| @@ -13,7 +13,7 @@ TEST_F(DiskCacheTest, CacheAddr_Size) {
|
| EXPECT_FALSE(addr1.is_initialized());
|
|
|
| // The object should not be more expensive than the actual address.
|
| - EXPECT_EQ(sizeof(uint32), sizeof(addr1));
|
| + EXPECT_EQ(sizeof(uint32_t), sizeof(addr1));
|
| }
|
|
|
| TEST_F(DiskCacheTest, CacheAddr_ValidValues) {
|
|
|