| Index: ash/display/display_util.cc
|
| diff --git a/ash/display/display_util.cc b/ash/display/display_util.cc
|
| index d022a8abc9c907a3581ad757d6fb53918d118766..bb2c0a6019f0847e06b59bf3aea2d16edae02f1f 100644
|
| --- a/ash/display/display_util.cc
|
| +++ b/ash/display/display_util.cc
|
| @@ -58,7 +58,7 @@ class DisplayErrorNotificationDelegate
|
| // message_center::NotificationDelegate:
|
| void ButtonClick(int index) override {
|
| DCHECK_EQ(0, index);
|
| - WmShell::Get()->new_window_controller()->OpenFeedbackPage();
|
| + Shell::Get()->new_window_controller()->OpenFeedbackPage();
|
| }
|
|
|
| private:
|
|
|