Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / status_icons / desktop_notification_balloon.cc
index 37848f6..85244df 100644 (file)
@@ -48,7 +48,7 @@ class DummyNotificationDelegate : public NotificationDelegate {
   virtual void Close(bool by_user) OVERRIDE {}
   virtual void Click() OVERRIDE {}
   virtual std::string id() const OVERRIDE { return id_; }
-  virtual content::RenderViewHost* GetRenderViewHost() const OVERRIDE {
+  virtual content::WebContents* GetWebContents() const OVERRIDE {
     return NULL;
   }