| Index: public/web/WebTextRun.h
|
| diff --git a/public/web/WebTextRun.h b/public/web/WebTextRun.h
|
| index 15315cfefbb4c803e260e22615502665f078a74b..64504eff223b1f5c34d8abec093a58f7ab12678d 100644
|
| --- a/public/web/WebTextRun.h
|
| +++ b/public/web/WebTextRun.h
|
| @@ -37,7 +37,7 @@
|
| namespace WebCore { class TextRun; }
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebTextRun {
|
| WebTextRun(const WebString& t, bool isRTL, bool hasDirectionalOverride)
|
| @@ -63,6 +63,6 @@ struct WebTextRun {
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|