Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / InsertNodeBeforeCommand.h
index b5ad47e..ccd662a 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "core/editing/EditCommand.h"
 
-namespace WebCore {
+namespace blink {
 
 class InsertNodeBeforeCommand FINAL : public SimpleEditCommand {
 public:
@@ -51,6 +51,6 @@ private:
     ShouldAssumeContentIsAlwaysEditable m_shouldAssumeContentIsAlwaysEditable;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // InsertNodeBeforeCommand_h