| Index: ash/desktop_background/desktop_background_controller.cc
|
| diff --git a/ash/desktop_background/desktop_background_controller.cc b/ash/desktop_background/desktop_background_controller.cc
|
| index ba5ba23a3bc5e53dbcc8b29103f9c604ad955fff..a51e35f7b2798c2062f78b3473b8c44f20d9d128 100644
|
| --- a/ash/desktop_background/desktop_background_controller.cc
|
| +++ b/ash/desktop_background/desktop_background_controller.cc
|
| @@ -121,7 +121,7 @@ DesktopBackgroundController::DesktopBackgroundController()
|
| : locked_(false),
|
| desktop_background_mode_(BACKGROUND_NONE),
|
| background_color_(kTransparentColor),
|
| - weak_ptr_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
|
| + weak_ptr_factory_(this) {
|
| }
|
|
|
| DesktopBackgroundController::~DesktopBackgroundController() {
|
|
|