| Index: net/tools/stress_cache/stress_cache.cc
|
| diff --git a/net/tools/stress_cache/stress_cache.cc b/net/tools/stress_cache/stress_cache.cc
|
| index 29ddff29a386409fde7668438fea011466c41882..0ba3ff75eb22b2461a8d03ca15c3ba5f75f76861 100644
|
| --- a/net/tools/stress_cache/stress_cache.cc
|
| +++ b/net/tools/stress_cache/stress_cache.cc
|
| @@ -296,7 +296,7 @@ void LoopTask() {
|
| // to know which instance of the application wrote them.
|
| void StressTheCache(int iteration) {
|
| int cache_size = 0x2000000; // 32MB.
|
| - uint32 mask = 0xfff; // 4096 entries.
|
| + uint32_t mask = 0xfff; // 4096 entries.
|
|
|
| base::FilePath path;
|
| PathService::Get(base::DIR_TEMP, &path);
|
|
|