| Index: ash/mus/shell_delegate_mus.cc
 | 
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
 | 
| index e860399570d4ab71f137ef0498820e5b470f9a5f..4d9a6bea9264b2935935b1e4b033ba1324e93fe7 100644
 | 
| --- a/ash/mus/shell_delegate_mus.cc
 | 
| +++ b/ash/mus/shell_delegate_mus.cc
 | 
| @@ -13,7 +13,6 @@
 | 
|  #include "ash/common/wm_shell.h"
 | 
|  #include "ash/mus/accessibility_delegate_mus.h"
 | 
|  #include "ash/mus/context_menu_mus.h"
 | 
| -#include "ash/mus/new_window_delegate_mus.h"
 | 
|  #include "ash/mus/shelf_delegate_mus.h"
 | 
|  #include "ash/mus/wallpaper_delegate_mus.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
| @@ -204,10 +203,6 @@ AccessibilityDelegate* ShellDelegateMus::CreateAccessibilityDelegate() {
 | 
|    return new AccessibilityDelegateMus(connector_);
 | 
|  }
 | 
|  
 | 
| -NewWindowDelegate* ShellDelegateMus::CreateNewWindowDelegate() {
 | 
| -  return new mus::NewWindowDelegateMus;
 | 
| -}
 | 
| -
 | 
|  MediaDelegate* ShellDelegateMus::CreateMediaDelegate() {
 | 
|    // TODO: http://crbug.com/647409.
 | 
|    NOTIMPLEMENTED() << " Using a stub MediaDelegate implementation";
 | 
| 
 |