Rename AidlStatusUtil.h to AidlUtil.h
Shoving some utility methods to help with transitioning between AIDL
types and the types we use internally
Bug: 329465218
Flag: EXEMPT mechanical refactor
Test: builds
Change-Id: I07cdfb7c6bfe89e42c1eb7169e15329916df448a
diff --git a/services/surfaceflinger/tests/Credentials_test.cpp b/services/surfaceflinger/tests/Credentials_test.cpp
index babbcd4..e6fed63 100644
--- a/services/surfaceflinger/tests/Credentials_test.cpp
+++ b/services/surfaceflinger/tests/Credentials_test.cpp
@@ -20,7 +20,7 @@
#include <android/gui/ISurfaceComposer.h>
#include <gtest/gtest.h>
-#include <gui/AidlStatusUtil.h>
+#include <gui/AidlUtil.h>
#include <gui/Surface.h>
#include <gui/SurfaceComposerClient.h>
#include <private/android_filesystem_config.h>