// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_UPDATER_APP_APP_SERVER_POSIX_H_ #define CHROME_UPDATER_APP_APP_SERVER_POSIX_H_ #include <memory> #include "base/memory/scoped_refptr.h" #include "chrome/updater/app/app_server.h" namespace updater { class UpdateServiceInternalStub; class UpdateServiceStub; class AppServerPosix : public AppServer { … }; } // namespace updater #endif // CHROME_UPDATER_APP_APP_SERVER_POSIX_H_