| Index: chrome/browser/browser_commands_unittest.cc
 | 
| diff --git a/chrome/browser/browser_commands_unittest.cc b/chrome/browser/browser_commands_unittest.cc
 | 
| index b87eb89558bbb87e4dd45fb7663dbb992480eeeb..2c39bbbf8b7f08ec52cb76ed1de931f920f6c6dd 100644
 | 
| --- a/chrome/browser/browser_commands_unittest.cc
 | 
| +++ b/chrome/browser/browser_commands_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 "chrome/app/chrome_command_ids.h"
 | 
|  #include "chrome/browser/bookmarks/bookmark_model_factory.h"
 | 
|  #include "chrome/browser/ui/browser_command_controller.h"
 | 
| 
 |