Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGLength.h
index 742dbe1..a56c80d 100644 (file)
 #ifndef SVGLength_h
 #define SVGLength_h
 
-#include "bindings/v8/ExceptionMessages.h"
-#include "bindings/v8/ExceptionStatePlaceholder.h"
+#include "bindings/core/v8/ExceptionMessages.h"
+#include "bindings/core/v8/ExceptionStatePlaceholder.h"
 #include "core/svg/SVGLengthContext.h"
 #include "core/svg/properties/SVGProperty.h"
 #include "platform/heap/Handle.h"
 
-namespace WebCore {
+namespace blink {
 
 class CSSPrimitiveValue;
 class ExceptionState;
@@ -118,6 +118,6 @@ inline PassRefPtr<SVGLength> toSVGLength(PassRefPtr<SVGPropertyBase> passBase)
     return static_pointer_cast<SVGLength>(base.release());
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGLength_h