Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / navigatorcontentutils / NavigatorContentUtils.h
index cc074ea..f235fb0 100644 (file)
 #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<NavigatorContentUtilsClient> m_client;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // NavigatorContentUtils_h