Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / CompositionUnderlineRangeFilter.h
index c3093db..54e4561 100644 (file)
@@ -9,7 +9,7 @@
 #include "wtf/NotFound.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 // A visitor class to yield elements of a sorted (by startOffset) list of
 // underlines, visiting only elements that intersect with specified *inclusive*
@@ -73,6 +73,6 @@ private:
     const ConstIterator m_theEnd;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif