| Index: chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc b/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
|
| index 5c6ae75f4011aa981f6ad47c01926450e3bc5a37..afb2bb009e20b017a7c34645960a778b1bf017c8 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler.cc
|
| @@ -37,7 +37,7 @@
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace chromeos {
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| namespace {
|
|
|
| @@ -446,5 +446,5 @@ void ChangePictureOptionsHandler::OnDecodeImageFailed(
|
| NOTREACHED() << "Failed to decode PNG image from WebUI";
|
| }
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
| } // namespace chromeos
|
|
|