| Index: chrome/renderer/spellchecker/spellcheck_provider_test.cc
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.cc b/chrome/renderer/spellchecker/spellcheck_provider_test.cc
|
| index efb175f94dfee0d97fab2389b8862a6570ff9d6b..5fb268c50ee5d460737e3fd9c961229296513381 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider_test.cc
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider_test.cc
|
| @@ -5,11 +5,13 @@
|
| #include "chrome/renderer/spellchecker/spellcheck_provider_test.h"
|
|
|
| #include "base/stl_util.h"
|
| -#include "chrome/common/spellcheck_marker.h"
|
| -#include "chrome/common/spellcheck_messages.h"
|
| #include "chrome/renderer/spellchecker/spellcheck.h"
|
| +#include "components/spellcheck/common/spellcheck_marker.h"
|
| +#include "components/spellcheck/common/spellcheck_messages.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| +using spellcheck::SpellCheckMarker;
|
| +
|
| class MockSpellcheck: public SpellCheck {
|
| };
|
|
|
|
|