Simplify TestLayer constructor

Pass ComposerClientWrapper in by reference rather than as a shared_ptr.
TestLayer doesn't maintain a reference to ComposerClientWrapper beyond
the constructor, so there is no need to specify it.

Bug: 432412609
Test: presubmit
Flag: exempt: test only
Change-Id: Ib2eac05b0d729ff39b4718a53b70c0424820e62a
4 files changed