Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSHelper.h
index 6775631..d82225c 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 // We always assume 96 CSS pixels in a CSS inch. This is the cold hard truth of the Web.
 // At high DPI, we may scale a CSS pixel, but the ratio of the CSS pixel to the so-called
@@ -35,6 +35,6 @@ const double cssPixelsPerMillimeter = cssPixelsPerCentimeter / 10;
 const double cssPixelsPerPoint = cssPixelsPerInch / 72;
 const double cssPixelsPerPica = cssPixelsPerInch / 6;
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // CSSHelper_h