Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderCombineText.h
index d15bdd7..95ccd9d 100644 (file)
@@ -24,7 +24,7 @@
 #include "core/rendering/RenderText.h"
 #include "platform/fonts/Font.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderCombineText FINAL : public RenderText {
 public:
@@ -52,6 +52,6 @@ private:
 
 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderCombineText, isCombineText());
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RenderCombineText_h