| Index: chrome/browser/chromeos/input_method/textinput_browsertest.cc
 | 
| diff --git a/chrome/browser/chromeos/input_method/textinput_browsertest.cc b/chrome/browser/chromeos/input_method/textinput_browsertest.cc
 | 
| index ce53cd404a92ebe554bffc27fa142f6db53b7c8f..ec62c9cd5f34e6b6b9a470182f25f0e67b35309f 100644
 | 
| --- a/chrome/browser/chromeos/input_method/textinput_browsertest.cc
 | 
| +++ b/chrome/browser/chromeos/input_method/textinput_browsertest.cc
 | 
| @@ -2,6 +2,9 @@
 | 
|  // 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/macros.h"
 | 
|  #include "chrome/browser/chromeos/input_method/textinput_test_helper.h"
 | 
|  #include "chrome/browser/ui/browser.h"
 | 
|  #include "chrome/browser/ui/browser_window.h"
 | 
| 
 |