| Index: chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_profile_unittest.cc b/chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| index 854e26ff83174d679e0ed5d5f069a221b4e729c3..7efabd1773e60ceddf211ef11f6d6aa0ed59f790 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_profile_unittest.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/scoped_temp_dir.h"
|
| #include "chrome/browser/spellchecker/spellcheck_host.h"
|
| #include "chrome/browser/spellchecker/spellcheck_profile.h"
|
| -#include "content/browser/browser_thread.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -72,7 +72,7 @@ class SpellCheckProfileTest : public testing::Test {
|
| }
|
|
|
| // SpellCheckHost will be deleted on FILE thread.
|
| - BrowserThread file_thread_;
|
| + content::TestBrowserThread file_thread_;
|
| };
|
|
|
| TEST_F(SpellCheckProfileTest, ReinitializeEnabled) {
|
|
|