| Index: chrome/browser/ui/webui/options2/chromeos/pointer_handler.h
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/pointer_handler.h b/chrome/browser/ui/webui/options2/chromeos/pointer_handler.h
|
| index 4c177283792ed9f88b22ca5d32b2567e5ab78725..6bdc36466aaf2a10cc366a0fdfc2f0f919e95b76 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/pointer_handler.h
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/pointer_handler.h
|
| @@ -12,11 +12,11 @@
|
| #include "chrome/browser/chromeos/system/pointer_device_observer.h"
|
|
|
| namespace chromeos {
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| // Pointer settings overlay page UI handler.
|
| class PointerHandler
|
| - : public ::options2::OptionsPageUIHandler,
|
| + : public ::options::OptionsPageUIHandler,
|
| public chromeos::system::PointerDeviceObserver::Observer {
|
| public:
|
| PointerHandler();
|
| @@ -40,7 +40,7 @@ class PointerHandler
|
| DISALLOW_COPY_AND_ASSIGN(PointerHandler);
|
| };
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
| } // namespace chromeos
|
|
|
| #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS2_CHROMEOS_POINTER_HANDLER_H_
|
|
|