| Index: ios/chrome/browser/snapshots/lru_cache.mm
|
| diff --git a/ios/chrome/browser/snapshots/lru_cache.mm b/ios/chrome/browser/snapshots/lru_cache.mm
|
| index 01092693f2945d5490af2c64e850f439daec92ee..ccddb348fb3332fb2ecf74222da82e98bf1ce5e9 100644
|
| --- a/ios/chrome/browser/snapshots/lru_cache.mm
|
| +++ b/ios/chrome/browser/snapshots/lru_cache.mm
|
| @@ -4,9 +4,12 @@
|
|
|
| #import "ios/chrome/browser/snapshots/lru_cache.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/containers/hash_tables.h"
|
| #include "base/containers/mru_cache.h"
|
| #include "base/mac/scoped_nsobject.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace {
|
|
|