| Index: Source/web/CompositionUnderlineBuilder.h
|
| diff --git a/Source/web/CompositionUnderlineBuilder.h b/Source/web/CompositionUnderlineBuilder.h
|
| index 6ed745547bb879cfa22fe5c1e432a85ff59fa330..bc64371723fde7bd2a3a3ce26abd82b3d13ee007 100644
|
| --- a/Source/web/CompositionUnderlineBuilder.h
|
| +++ b/Source/web/CompositionUnderlineBuilder.h
|
| @@ -36,7 +36,7 @@
|
| #include "public/platform/WebVector.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // This class is used for converting from WebCompositionUnderline to
|
| // WebCore::CompositionUnderline.
|
| @@ -48,6 +48,6 @@ public:
|
| WebCore::Color(u.color), u.thick) { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|