| Index: chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| diff --git a/chrome/browser/chromeos/input_method/textinput_test_helper.cc b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| index cdfe43254bb8533561ac428d2b57800cb62ae44e..a488fd76fccf52ac36d4298011ddb52732e28380 100644
|
| --- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| +++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "chrome/browser/chromeos/input_method/textinput_test_helper.h"
|
| #include "ash/shell.h"
|
| +#include "base/message_loop/message_loop.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/browser/chromeos/input_method/textinput_test_helper.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/test/base/interactive_test_utils.h"
|
| #include "content/public/browser/render_view_host.h"
|
|
|