| Index: components/spellcheck/browser/misspelling.h
|
| diff --git a/chrome/browser/spellchecker/misspelling.h b/components/spellcheck/browser/misspelling.h
|
| similarity index 91%
|
| rename from chrome/browser/spellchecker/misspelling.h
|
| rename to components/spellcheck/browser/misspelling.h
|
| index 54ecdef18fdc3f090423798ab85b76763c5f300a..3ce5a63f0d9980644dc39b5b5d722816c9079cb4 100644
|
| --- a/chrome/browser/spellchecker/misspelling.h
|
| +++ b/components/spellcheck/browser/misspelling.h
|
| @@ -9,8 +9,8 @@
|
| // |action| instead of asking them how they feel about a spellcheck suggestion.
|
| // The object can serialize itself.
|
|
|
| -#ifndef CHROME_BROWSER_SPELLCHECKER_MISSPELLING_H_
|
| -#define CHROME_BROWSER_SPELLCHECKER_MISSPELLING_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_BROWSER_MISSPELLING_H_
|
| +#define COMPONENTS_SPELLCHECK_BROWSER_MISSPELLING_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.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.
|
| @@ -76,4 +76,4 @@ base::string16 GetMisspelledString(const Misspelling& misspelling);
|
| // Returns the approximate size of the misspelling when serialized.
|
| size_t ApproximateSerializedSize(const Misspelling& misspelling);
|
|
|
| -#endif // CHROME_BROWSER_SPELLCHECKER_MISSPELLING_H_
|
| +#endif // COMPONENTS_SPELLCHECK_BROWSER_MISSPELLING_H_
|
|
|