From 90cdebbe94c7f60db86965ffb97d9ba51d0bc9fc Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 21 Mar 2024 00:59:21 -0700 Subject: Simplify BootstrapperApplication header files Take this breaking change opportunity to simplify the header files used by BA devs. --- src/api/burn/test/BalUtilUnitTest/TestBootstrapperApplication.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/api/burn/test/BalUtilUnitTest/TestBootstrapperApplication.cpp') diff --git a/src/api/burn/test/BalUtilUnitTest/TestBootstrapperApplication.cpp b/src/api/burn/test/BalUtilUnitTest/TestBootstrapperApplication.cpp index b345ab9f..d0b38064 100644 --- a/src/api/burn/test/BalUtilUnitTest/TestBootstrapperApplication.cpp +++ b/src/api/burn/test/BalUtilUnitTest/TestBootstrapperApplication.cpp @@ -1,12 +1,11 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. #include "precomp.h" -#include "BalBaseBootstrapperApplication.h" -class CTestBootstrapperApplication : public CBalBaseBootstrapperApplication +class CTestBootstrapperApplication : public CBootstrapperApplicationBase { public: - CTestBootstrapperApplication() : CBalBaseBootstrapperApplication() + CTestBootstrapperApplication() : CBootstrapperApplicationBase() { } }; -- cgit v1.2.3-55-g6feb