Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / FontWidthVariant.h
index 6016437..1c7a950 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "wtf/Assertions.h"
 
-namespace WebCore {
+namespace blink {
 
 enum FontWidthVariant {
     RegularWidth,
@@ -42,6 +42,6 @@ const unsigned FontWidthVariantWidth = 2;
 
 COMPILE_ASSERT(LastFontWidthVariant >> FontWidthVariantWidth == 0, FontWidthVariantWidth_is_correct);
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // FontWidthVariant_h