| Index: chrome/browser/sync/test/integration/typed_urls_helper.cc
 | 
| diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.cc b/chrome/browser/sync/test/integration/typed_urls_helper.cc
 | 
| index 2b865fbaa91c633a9486e0a3161811907c2bab9a..bb7a8f9b813547c819c2fa1f7a3a317863ba95f3 100644
 | 
| --- a/chrome/browser/sync/test/integration/typed_urls_helper.cc
 | 
| +++ b/chrome/browser/sync/test/integration/typed_urls_helper.cc
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  #include "chrome/browser/sync/test/integration/typed_urls_helper.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "base/compiler_specific.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
|  #include "base/synchronization/waitable_event.h"
 | 
| 
 |