#ifndef CHROME_ENTERPRISE_COMPANION_APP_APP_CLIENT_BASE_H_
#define CHROME_ENTERPRISE_COMPANION_APP_APP_CLIENT_BASE_H_
#include <memory>
#include "base/sequence_checker.h"
#include "chrome/enterprise_companion/app/app.h"
#include "chrome/enterprise_companion/mojom/enterprise_companion.mojom.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "mojo/public/cpp/platform/named_platform_channel.h"
namespace mojo {
class IsolatedConnection;
}
namespace enterprise_companion {
class AppClientBase : public App { … };
}
#endif