| Index: ash/common/system/tray/tri_view.h
|
| diff --git a/ash/common/system/tray/tri_view.h b/ash/common/system/tray/tri_view.h
|
| index 36a443a966e59dd0e28338541046411d7f6ccfc7..5a06fada7417cda353de6a4cc1366c215d4bedc5 100644
|
| --- a/ash/common/system/tray/tri_view.h
|
| +++ b/ash/common/system/tray/tri_view.h
|
| @@ -121,6 +121,7 @@ class ASH_EXPORT TriView : public views::View {
|
| // View:
|
| void ViewHierarchyChanged(
|
| const views::View::ViewHierarchyChangedDetails& details) override;
|
| + const char* GetClassName() const override;
|
|
|
| private:
|
| friend class TriViewTest;
|
|
|