Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / EditCommand.h
index 4b9a2ec..e97de6b 100644 (file)
 #include "core/editing/VisibleSelection.h"
 #include "platform/heap/Handle.h"
 
-#ifndef NDEBUG
-#include "wtf/HashSet.h"
-#endif
-
-namespace WebCore {
+namespace blink {
 
 class CompositeEditCommand;
 class Document;
@@ -96,6 +92,6 @@ private:
 
 DEFINE_TYPE_CASTS(SimpleEditCommand, EditCommand, command, command->isSimpleEditCommand(), command.isSimpleEditCommand());
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // EditCommand_h