| Index: public/web/WebTextCheckingResult.h
|
| diff --git a/public/web/WebTextCheckingResult.h b/public/web/WebTextCheckingResult.h
|
| index 35bf3a4005f9725505fbbd0959e43ec38219b6c6..088ab741b9d1f2e11c762954dc930ab0c1f7922d 100644
|
| --- a/public/web/WebTextCheckingResult.h
|
| +++ b/public/web/WebTextCheckingResult.h
|
| @@ -39,7 +39,7 @@ namespace WebCore {
|
| struct TextCheckingResult;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // A checked entry of text checking.
|
| struct WebTextCheckingResult {
|
| @@ -71,6 +71,6 @@ struct WebTextCheckingResult {
|
| uint32_t hash;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|