Commit 3d7c5b9f authored by Min Chen's avatar Min Chen Committed by Commit Bot

Update class name in PowerButtonMenuBackgroundView.

Bug: None
Change-Id: I1fe55628621fa05d4eaa3dead26bc19d38776be8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674452Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Commit-Queue: Min Chen <minch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671853}
parent 5266d3c1
...@@ -98,7 +98,7 @@ class PowerButtonMenuScreenView::PowerButtonMenuBackgroundView ...@@ -98,7 +98,7 @@ class PowerButtonMenuScreenView::PowerButtonMenuBackgroundView
// views::View: // views::View:
const char* GetClassName() const override { const char* GetClassName() const override {
return "PowerButtonMenuScreenView"; return "PowerButtonMenuBackgroundView";
} }
private: private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment