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

Unified Diff: ash/shell/lock_view.cc

Issue 2313253003: Rename views::MdTextButton::CreateMdButton to just Create (Closed)
Patch Set: more renames Created 4 years, 3 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
« no previous file with comments | « ash/common/system/chromeos/session/logout_button_tray.cc ('k') | ash/shell/widgets.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/lock_view.cc
diff --git a/ash/shell/lock_view.cc b/ash/shell/lock_view.cc
index 7241e4b70403cb41504bb1b2d23f14e8749d9e20..9ceaae8813974c8e2a970b7a681fcbdd1eebd024 100644
--- a/ash/shell/lock_view.cc
+++ b/ash/shell/lock_view.cc
@@ -27,8 +27,7 @@ class LockView : public views::WidgetDelegateView,
public:
LockView()
: unlock_button_(
- views::MdTextButton::CreateMdButton(this,
- base::ASCIIToUTF16("Unlock"))) {
+ views::MdTextButton::Create(this, base::ASCIIToUTF16("Unlock"))) {
AddChildView(unlock_button_);
}
~LockView() override {}
« no previous file with comments | « ash/common/system/chromeos/session/logout_button_tray.cc ('k') | ash/shell/widgets.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698