Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / StyleGridItemData.h
index 21a5a46..8cd14e0 100644 (file)
@@ -35,9 +35,8 @@
 #include "core/rendering/style/GridPosition.h"
 #include "wtf/PassRefPtr.h"
 #include "wtf/RefCounted.h"
-#include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class StyleGridItemData : public RefCounted<StyleGridItemData> {
 public:
@@ -65,6 +64,6 @@ private:
     StyleGridItemData(const StyleGridItemData&);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // StyleGridItemData_h