Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / navigatorcontentutils / NavigatorContentUtilsClient.h
index 076e708..3348289 100644 (file)
@@ -48,7 +48,7 @@ public:
     virtual void unregisterProtocolHandler(const String& scheme, const KURL& baseURL, const KURL&) = 0;
 };
 
-void provideNavigatorContentUtilsTo(Page&, NavigatorContentUtilsClient*);
+void provideNavigatorContentUtilsTo(Page&, PassOwnPtr<NavigatorContentUtilsClient>);
 
 }