| Index: chrome/browser/android/thumbnail/scoped_ptr_expiring_cache.h
 | 
| diff --git a/chrome/browser/android/thumbnail/scoped_ptr_expiring_cache.h b/chrome/browser/android/thumbnail/scoped_ptr_expiring_cache.h
 | 
| index 86298292c9966707e2f12e11522300111842d461..1bec4f1a846fa367e4690808b88b3fecadacf147 100644
 | 
| --- a/chrome/browser/android/thumbnail/scoped_ptr_expiring_cache.h
 | 
| +++ b/chrome/browser/android/thumbnail/scoped_ptr_expiring_cache.h
 | 
| @@ -5,6 +5,9 @@
 | 
|  #ifndef CHROME_BROWSER_ANDROID_THUMBNAIL_SCOPED_PTR_EXPIRING_CACHE_H_
 | 
|  #define CHROME_BROWSER_ANDROID_THUMBNAIL_SCOPED_PTR_EXPIRING_CACHE_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "net/base/linked_hash_map.h"
 | 
|  
 | 
| 
 |