| Index: chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
|
| diff --git a/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc b/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
|
| index 02068dca29709755082be011053d493d21624c6d..21f146d2f6ef01f8fe0b2ce585be0a844c7428cc 100644
|
| --- a/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
|
| +++ b/chrome/browser/chromeos/input_method/xkeyboard_unittest.cc
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop.h"
|
| #include "chrome/browser/chromeos/input_method/input_method_util.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/base/x/x11_util.h"
|
|
|
| @@ -59,7 +59,7 @@ class XKeyboardTest : public testing::Test {
|
| TestableXKeyboard xkey_;
|
|
|
| MessageLoopForUI message_loop_;
|
| - BrowserThread ui_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| };
|
|
|
| // Returns a ModifierMap object that contains the following mapping:
|
|
|