commit | 5612670840aaaef6a3865aa6de60cc74ad95f111 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Fri Jul 14 11:00:08 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Fri Oct 06 20:50:00 2023 -0700 |
tree | 97bda6e020570d766115fd9d649009b0aab6943b | |
parent | 34645da293e318e411befe0f41e7c3ac3a6bd4a7 [diff] [blame] |
AudioFlinger: Remove unnecessary friends Remove obsolete TODOs, replace as needed with specific bug numbers. Test: compiles Bug: 288339104 Merged-In: Ied525f2f100203800f746239685e77b8e033618e Change-Id: Ied525f2f100203800f746239685e77b8e033618e
diff --git a/services/audioflinger/Client.h b/services/audioflinger/Client.h index cb507fe..142d384 100644 --- a/services/audioflinger/Client.h +++ b/services/audioflinger/Client.h
@@ -16,7 +16,7 @@ #pragma once -// TODO(b/288339104) Move to nested namespace +// TODO(b/291318727) Move to nested namespace namespace android { class AudioFlinger;