| Index: components/spellcheck/browser/misspelling.h
|
| diff --git a/chrome/browser/spellchecker/misspelling.h b/components/spellcheck/browser/misspelling.h
|
| similarity index 97%
|
| rename from chrome/browser/spellchecker/misspelling.h
|
| rename to components/spellcheck/browser/misspelling.h
|
| index 54ecdef18fdc3f090423798ab85b76763c5f300a..bbd2fbc2e989f60840f960400148d4daf610795c 100644
|
| --- a/chrome/browser/spellchecker/misspelling.h
|
| +++ b/components/spellcheck/browser/misspelling.h
|
| @@ -19,7 +19,7 @@
|
| #include <vector>
|
|
|
| #include "base/time/time.h"
|
| -#include "chrome/browser/spellchecker/spellcheck_action.h"
|
| +#include "components/spellcheck/browser/spellcheck_action.h"
|
|
|
| // Stores user feedback to a spellcheck suggestion. Sample usage:
|
| // Misspelling misspelling.
|
|
|