| Index: components/history/core/browser/thumbnail_database_unittest.cc
 | 
| diff --git a/components/history/core/browser/thumbnail_database_unittest.cc b/components/history/core/browser/thumbnail_database_unittest.cc
 | 
| index 631d0b2859780bc96691cd8c0c8e48e39c40f703..8c71f0eec02f8a2fa6adb3e11ba2a6f7f65662d4 100644
 | 
| --- a/components/history/core/browser/thumbnail_database_unittest.cc
 | 
| +++ b/components/history/core/browser/thumbnail_database_unittest.cc
 | 
| @@ -2,10 +2,11 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <algorithm>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/files/file_enumerator.h"
 | 
|  #include "base/files/file_path.h"
 | 
|  #include "base/files/scoped_temp_dir.h"
 | 
| 
 |