| Index: chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler2.cc
|
| index 5b135088fa4b708ecf8bf5cc5dd8b60098abf5d9..9481b7893a9f4073322d32e8624311c2c1b214a8 100644
|
| --- a/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/chromeos/change_picture_options_handler2.cc
|
| @@ -330,7 +330,7 @@ void ChangePictureOptionsHandler::Observe(
|
| int type,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) {
|
| - ::options2::OptionsPageUIHandler::Observe(type, source, details);
|
| + OptionsPageUIHandler::Observe(type, source, details);
|
| if (type == chrome::NOTIFICATION_PROFILE_IMAGE_UPDATED) {
|
| // User profile image has been updated.
|
| SendProfileImage(*content::Details<const SkBitmap>(details).ptr(), false);
|
|
|