| Index: components/spellcheck/browser/feedback.h
|
| diff --git a/chrome/browser/spellchecker/feedback.h b/components/spellcheck/browser/feedback.h
|
| similarity index 95%
|
| rename from chrome/browser/spellchecker/feedback.h
|
| rename to components/spellcheck/browser/feedback.h
|
| index c79c0b8452f12029c2314138f7ddf84d70bd6085..76f71e78b092c59d7577e23c3752b8c437d3abc4 100644
|
| --- a/chrome/browser/spellchecker/feedback.h
|
| +++ b/components/spellcheck/browser/feedback.h
|
| @@ -9,8 +9,8 @@
|
| // |Misspelling| object is identified by a |hash| and corresponds to a document
|
| // marker with the same |hash| identifier in the renderer.
|
|
|
| -#ifndef CHROME_BROWSER_SPELLCHECKER_FEEDBACK_H_
|
| -#define CHROME_BROWSER_SPELLCHECKER_FEEDBACK_H_
|
| +#ifndef COMPONENTS_SPELLCHECK_BROWSER_FEEDBACK_H_
|
| +#define COMPONENTS_SPELLCHECK_BROWSER_FEEDBACK_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -20,7 +20,7 @@
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "chrome/browser/spellchecker/misspelling.h"
|
| +#include "components/spellcheck/browser/misspelling.h"
|
|
|
| namespace spellcheck {
|
|
|
| @@ -120,4 +120,4 @@ class Feedback {
|
|
|
| } // namespace spellcheck
|
|
|
| -#endif // CHROME_BROWSER_SPELLCHECKER_FEEDBACK_H_
|
| +#endif // COMPONENTS_SPELLCHECK_BROWSER_FEEDBACK_H_
|
|
|