| Index: mojo/shell/switches.h
 | 
| diff --git a/ui/keyboard/keyboard_switches.cc b/mojo/shell/switches.h
 | 
| similarity index 58%
 | 
| copy from ui/keyboard/keyboard_switches.cc
 | 
| copy to mojo/shell/switches.h
 | 
| index d1ea4e2cbba4b7a9e2f187a17db7664230b35b3a..3ccac80e76f732b2bd598e551ccff797e79a40ff 100644
 | 
| --- a/ui/keyboard/keyboard_switches.cc
 | 
| +++ b/mojo/shell/switches.h
 | 
| @@ -2,12 +2,13 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "ui/keyboard/keyboard_switches.h"
 | 
| +#ifndef MOJO_SHELL_SWITCHES_H_
 | 
| +#define MOJO_SHELL_SWITCHES_H_
 | 
|  
 | 
| -namespace keyboard {
 | 
|  namespace switches {
 | 
|  
 | 
| -const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
 | 
| +extern const char kApp[];
 | 
|  
 | 
|  }  // namespace switches
 | 
| -}  // namespace keyboard
 | 
| +
 | 
| +#endif  // MOJO_SHELL_SWITCHES_H_
 | 
| 
 |