| Index: chrome/browser/download/download_status_updater_unittest.cc
 | 
| diff --git a/chrome/browser/download/download_status_updater_unittest.cc b/chrome/browser/download/download_status_updater_unittest.cc
 | 
| index 0a83cb8df2258045f85f271ee9175e31f9c78e1f..7cc2334fc5063d5090f307e8644002f452e23862 100644
 | 
| --- a/chrome/browser/download/download_status_updater_unittest.cc
 | 
| +++ b/chrome/browser/download/download_status_updater_unittest.cc
 | 
| @@ -2,6 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "base/memory/scoped_vector.h"
 | 
|  #include "base/memory/weak_ptr.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
| 
 |