Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1803)

Unified Diff: ash/display/display_util.cc

Issue 2766543002: Move even more from WmShell to Shell (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698