summaryrefslogtreecommitdiff
path: root/libs/binder/ProcessInfoService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/binder/ProcessInfoService.cpp')
-rw-r--r--libs/binder/ProcessInfoService.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/ProcessInfoService.cpp b/libs/binder/ProcessInfoService.cpp
index 00d6eefabe..0fb954a450 100644
--- a/libs/binder/ProcessInfoService.cpp
+++ b/libs/binder/ProcessInfoService.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <binder/ProcessInfoService.h>
+#include <processinfo/ProcessInfoService.h>
#include <binder/IServiceManager.h>
#include <utils/Log.h>
@@ -99,6 +99,6 @@ void ProcessInfoService::updateBinderLocked() {
}
}
-ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService);
+ANDROID_SINGLETON_STATIC_INSTANCE(ProcessInfoService)
} // namespace android