X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fediting%2FRemoveCSSPropertyCommand.h;h=90dc5753f278e704fe4b30c57f6f5a01ae9f3575;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=c7fa87d6a35df8e6d15882047e5c563fc373e4d7;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/editing/RemoveCSSPropertyCommand.h b/src/third_party/WebKit/Source/core/editing/RemoveCSSPropertyCommand.h index c7fa87d..90dc575 100644 --- a/src/third_party/WebKit/Source/core/editing/RemoveCSSPropertyCommand.h +++ b/src/third_party/WebKit/Source/core/editing/RemoveCSSPropertyCommand.h @@ -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