Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / CompositionUnderline.h
index 54bbad2..a4bee71 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "platform/graphics/Color.h"
 
-namespace WebCore {
+namespace blink {
 
 struct CompositionUnderline {
     CompositionUnderline()
@@ -60,6 +60,6 @@ struct CompositionUnderline {
     Color backgroundColor;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // CompositionUnderline_h