| Index: athena/system/status_icon_container_view.h
|
| diff --git a/athena/system/status_icon_container_view.h b/athena/system/status_icon_container_view.h
|
| index e011ba32ff6a4e1ce31b6da97698533be54682db..b0524342491ec0a6d4859b3920b90a3d741ccc59 100644
|
| --- a/athena/system/status_icon_container_view.h
|
| +++ b/athena/system/status_icon_container_view.h
|
| @@ -18,7 +18,8 @@ namespace athena {
|
| // View which displays the system tray icons.
|
| class StatusIconContainerView : public views::View {
|
| public:
|
| - explicit StatusIconContainerView(aura::Window* system_modal_container);
|
| + StatusIconContainerView(SystemUI::ColorScheme color_scheme,
|
| + aura::Window* popup_container);
|
| virtual ~StatusIconContainerView();
|
|
|
| private:
|
|
|