| Index: ash/system/tray_update.h
|
| diff --git a/ash/system/tray_update.h b/ash/system/tray_update.h
|
| index 3937c3c18f3ee354b3785845eb137839b790390f..123cde19f3b32d1305ca319994181b4c84c76d4c 100644
|
| --- a/ash/system/tray_update.h
|
| +++ b/ash/system/tray_update.h
|
| @@ -14,7 +14,6 @@ class View;
|
| }
|
|
|
| namespace ash {
|
| -
|
| namespace internal {
|
|
|
| namespace tray {
|
| @@ -24,7 +23,7 @@ class UpdateNagger;
|
| class TrayUpdate : public TrayImageItem,
|
| public UpdateObserver {
|
| public:
|
| - TrayUpdate();
|
| + explicit TrayUpdate(SystemTray* system_tray);
|
| virtual ~TrayUpdate();
|
|
|
| private:
|
|
|