Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / QuotesData.cpp
index 5ec5c0c..a9ecf28 100644 (file)
@@ -22,7 +22,7 @@
 #include "config.h"
 #include "core/rendering/style/QuotesData.h"
 
-namespace WebCore {
+namespace blink {
 
 PassRefPtr<QuotesData> QuotesData::create(String open, String close)
 {
@@ -64,4 +64,4 @@ const String QuotesData::getCloseQuote(int index) const
     return m_quotePairs.at(index).second;
 }
 
-} // namespace WebCore
+} // namespace blink