Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / EditingBehavior.h
index 1f92193..e436564 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "core/editing/EditingBehaviorTypes.h"
 
-namespace WebCore {
+namespace blink {
 class KeyboardEvent;
 
 class EditingBehavior {
@@ -100,6 +100,6 @@ private:
     EditingBehaviorType m_type;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // EditingBehavior_h