Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / GridLength.h
index e822d08..cbb37f8 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "platform/Length.h"
 
-namespace WebCore {
+namespace blink {
 
 // This class wraps the <track-breadth> which can be either a <percentage>, <length>, min-content, max-content
 // or <flex>. This class avoids spreading the knowledge of <flex> throughout the rendering directory by adding
@@ -80,6 +80,6 @@ private:
     GridLengthType m_type;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // GridLength_h