| Index: components/spellcheck/browser/spellcheck_message_filter_platform.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_message_filter_platform.h b/components/spellcheck/browser/spellcheck_message_filter_platform.h
|
| similarity index 91%
|
| rename from chrome/browser/spellchecker/spellcheck_message_filter_platform.h
|
| rename to components/spellcheck/browser/spellcheck_message_filter_platform.h
|
| index c590eb9ebe5545330d13d8a0adec9de6fa275aaa..38cc2c20a0935d435d937b3cf40f76a6d087a355 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_message_filter_platform.h
|
| +++ b/components/spellcheck/browser/spellcheck_message_filter_platform.h
|
| @@ -9,9 +9,11 @@
|
|
|
| #include "base/macros.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/browser/spellchecker/spellcheck_message_filter.h"
|
| -#include "chrome/common/spellcheck_result.h"
|
| +//#include "components/spellcheck/browser/spellcheck_message_filter.h"
|
| +#include "components/spellcheck/browser/spelling_service_client.h"
|
| +#include "components/spellcheck/common/spellcheck_result.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| +#include "components/spellcheck/common/spellcheck_marker.h"
|
|
|
| class SpellCheckerSessionBridge;
|
|
|
|
|