| Index: chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/keyboard_handler.cc b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| similarity index 97%
|
| rename from chrome/browser/ui/webui/options2/chromeos/keyboard_handler.cc
|
| rename to chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| index 8640f69484d25154c6ed8b5cbb342ef35bd09db8..0b5e26285cfb08f7adaf5436c8010c9cc4b04e85 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/ui/webui/options2/chromeos/keyboard_handler.h"
|
| +#include "chrome/browser/ui/webui/options/chromeos/keyboard_handler.h"
|
|
|
| #include "base/values.h"
|
| #include "chrome/browser/chromeos/input_method/xkeyboard.h"
|
|
|