Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / DataRef.h
index 9425695..847952e 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "wtf/RefPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 template <typename T> class DataRef {
 public:
@@ -66,6 +66,6 @@ private:
     RefPtr<T> m_data;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DataRef_h