| Index: chrome/common/spellcheck_result.h
|
| diff --git a/chrome/common/spellcheck_result.h b/chrome/common/spellcheck_result.h
|
| index ea0ecf0cd4fe90f6af3c55f0a198002c0ed9d92a..2ef3fa76f060c82c8c74c5818ef67e15caf1786e 100644
|
| --- a/chrome/common/spellcheck_result.h
|
| +++ b/chrome/common/spellcheck_result.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/strings/string16.h"
|
|
|
| -// This class mirrors WebKit::WebTextCheckingResult which holds a
|
| +// This class mirrors blink::WebTextCheckingResult which holds a
|
| // misspelled range inside the checked text. It also contains a
|
| // possible replacement of the misspelling if it is available.
|
| struct SpellCheckResult {
|
|
|