X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fnavigatorcontentutils%2FNavigatorContentUtils.h;h=f235fb0373ed444f2bcae5b0af275ee4d2456a3c;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=cc074ea3d14ef3bbf261ad392e0734f24b4486dc;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h b/src/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h index cc074ea..f235fb0 100644 --- a/src/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h +++ b/src/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtils.h @@ -30,9 +30,10 @@ #include "modules/navigatorcontentutils/NavigatorContentUtilsClient.h" #include "platform/Supplementable.h" #include "platform/heap/Handle.h" +#include "wtf/OwnPtr.h" #include "wtf/text/WTFString.h" -namespace WebCore { +namespace blink { class ExceptionState; class Navigator; @@ -66,6 +67,6 @@ private: OwnPtr m_client; }; -} // namespace WebCore +} // namespace blink #endif // NavigatorContentUtils_h