| Index: components/spellcheck/browser/feedback.cc
|
| diff --git a/chrome/browser/spellchecker/feedback.cc b/components/spellcheck/browser/feedback.cc
|
| similarity index 99%
|
| rename from chrome/browser/spellchecker/feedback.cc
|
| rename to components/spellcheck/browser/feedback.cc
|
| index cfc4a711b3c9ced53944247a8933b5fd938bd325..3f54ec2f0764e88778596daa06aa311b53e8b112 100644
|
| --- a/chrome/browser/spellchecker/feedback.cc
|
| +++ b/components/spellcheck/browser/feedback.cc
|
| @@ -14,7 +14,7 @@
|
| // |Feedback| object facilitates efficient access to these misspellings through
|
| // a |text_| map of misspelled strings to a set of hashes.
|
|
|
| -#include "chrome/browser/spellchecker/feedback.h"
|
| +#include "components/spellcheck/browser/feedback.h"
|
|
|
| #include <algorithm>
|
| #include <iterator>
|
|
|