| Index: chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc b/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc
|
| index b33262e9ea68e5076f37fffc1a2dc93f0d3fc26f..1a6363b7ccc8bce396750084d867597a2d167480 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_platform_mac_unittest.cc
|
| @@ -11,10 +11,12 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/common/spellcheck_result.h"
|
| +#include "components/spellcheck/common/spellcheck_result.h"
|
| #include "content/public/test/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using spellcheck::SpellCheckResult;
|
| +
|
| namespace {
|
|
|
| class SpellcheckPlatformMacTest: public testing::Test {
|
|
|