| Index: public/web/WebTextCheckingResult.h
|
| diff --git a/public/web/WebTextCheckingResult.h b/public/web/WebTextCheckingResult.h
|
| index f1f6c86472a2535948b8ff4dd8cd061aed61207b..4becea1f17d88e9caca67becb50f281c3536e21d 100644
|
| --- a/public/web/WebTextCheckingResult.h
|
| +++ b/public/web/WebTextCheckingResult.h
|
| @@ -36,10 +36,8 @@
|
| #include "WebTextDecorationType.h"
|
|
|
| namespace blink {
|
| -struct TextCheckingResult;
|
| -}
|
|
|
| -namespace blink {
|
| +struct TextCheckingResult;
|
|
|
| // A checked entry of text checking.
|
| struct WebTextCheckingResult {
|
| @@ -61,7 +59,7 @@ struct WebTextCheckingResult {
|
| }
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - operator blink::TextCheckingResult() const;
|
| + operator TextCheckingResult() const;
|
| #endif
|
|
|
| WebTextDecorationType decoration;
|
|
|