Chromium Code Reviews| Index: Source/core/loader/cache/MemoryCache.h |
| diff --git a/Source/core/loader/cache/MemoryCache.h b/Source/core/loader/cache/MemoryCache.h |
| index 95b136ef8e7b838bc22174069a0e8e376ff88b6d..ff39f272ec3c338dba58b2e3879dd119c1f2bde0 100644 |
| --- a/Source/core/loader/cache/MemoryCache.h |
| +++ b/Source/core/loader/cache/MemoryCache.h |
| @@ -25,6 +25,7 @@ |
| #ifndef Cache_h |
| #define Cache_h |
| +#include "core/platform/Timer.h" |
|
Justin Novosad
2013/07/19 21:09:53
Why is this extra include needed? there are no oth
|
| #include "wtf/HashMap.h" |
| #include "wtf/Noncopyable.h" |
| #include "wtf/Vector.h" |