| Index: ash/system/chromeos/label_tray_view.h
|
| diff --git a/ash/system/chromeos/label_tray_view.h b/ash/system/chromeos/label_tray_view.h
|
| index 3cb484349f50bae9faeae29c574907f4045fd928..1951520260b2017563d9baa17ea3e14d247479c7 100644
|
| --- a/ash/system/chromeos/label_tray_view.h
|
| +++ b/ash/system/chromeos/label_tray_view.h
|
| @@ -21,6 +21,7 @@ class LabelTrayView : public views::View {
|
| LabelTrayView(ViewClickListener* click_listener, int icon_resource_id);
|
| ~LabelTrayView() override;
|
| void SetMessage(const base::string16& message);
|
| +
|
| private:
|
| views::View* CreateChildView(const base::string16& message) const;
|
|
|
|
|