| Index: chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc b/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc
|
| index 6a336120771c7cc073b8c02ec5557f2475e8e907..8a9c2b66d4099902dcfb26e50da8eb591db7ed94 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/pointer_handler.cc
|
| @@ -13,7 +13,7 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace chromeos {
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| PointerHandler::PointerHandler()
|
| : has_touchpad_(false),
|
| @@ -78,5 +78,5 @@ void PointerHandler::UpdateTitle() {
|
| web_ui()->CallJavascriptFunction("PointerOverlay.setTitle", val);
|
| }
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
| } // namespace chromeos
|
|
|