Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / remoting / host / disconnect_window_win.cc
index 07eeabc..b9736ef 100644 (file)
@@ -40,7 +40,7 @@ class DisconnectWindowWin : public HostWindow {
   // HostWindow overrides.
   virtual void Start(
       const base::WeakPtr<ClientSessionControl>& client_session_control)
-      OVERRIDE;
+      override;
 
  protected:
   static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wparam,
@@ -394,7 +394,7 @@ bool DisconnectWindowWin::SetStrings() {
 
 // static
 scoped_ptr<HostWindow> HostWindow::CreateDisconnectWindow() {
-  return scoped_ptr<HostWindow>(new DisconnectWindowWin());
+  return make_scoped_ptr(new DisconnectWindowWin());
 }
 
 }  // namespace remoting