Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / RemoveCSSPropertyCommand.h
index c7fa87d..90dc575 100644 (file)
@@ -29,7 +29,7 @@
 #include "core/CSSPropertyNames.h"
 #include "core/editing/EditCommand.h"
 
-namespace WebCore {
+namespace blink {
 
 class Element;
 
@@ -55,6 +55,6 @@ private:
     bool m_important;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RemoveCSSPropertyCommand_h