| Index: ash/common/system/tiles/tray_tiles.h
|
| diff --git a/ash/common/system/tiles/tray_tiles.h b/ash/common/system/tiles/tray_tiles.h
|
| index 8ac5a5bc5cd414e54787019dc49503430700a6f1..892ad8761dcb3c48f20b1d46fd1a7aa2f8686268 100644
|
| --- a/ash/common/system/tiles/tray_tiles.h
|
| +++ b/ash/common/system/tiles/tray_tiles.h
|
| @@ -26,6 +26,8 @@ class ASH_EXPORT TrayTiles : public SystemTrayItem {
|
| void DestroyDefaultView() override;
|
|
|
| private:
|
| + friend class TrayTilesTest;
|
| +
|
| TilesDefaultView* default_view_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TrayTiles);
|
|
|