| Index: public/web/WebCompositionUnderline.h
|
| diff --git a/public/web/WebCompositionUnderline.h b/public/web/WebCompositionUnderline.h
|
| index 1c5c1f179af0beed8cd9edf5aa429a81f222a469..2c5866205375ca6cab9e649b613c4fa047e9a837 100644
|
| --- a/public/web/WebCompositionUnderline.h
|
| +++ b/public/web/WebCompositionUnderline.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../platform/WebColor.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Class WebCompositionUnderline is intended to be used with WebWidget's
|
| // setComposition() method.
|
| @@ -56,6 +56,6 @@ struct WebCompositionUnderline {
|
| bool thick;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|