// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef AGENTS_SKILLS_MULTI_AGENT_ENGINEERING_WORKFLOW_TESTS_TESTDATA_BIND_POST_TASK_HELPER_H_
#define AGENTS_SKILLS_MULTI_AGENT_ENGINEERING_WORKFLOW_TESTS_TESTDATA_BIND_POST_TASK_HELPER_H_

namespace remoting {

// Helper class to schedule tasks.
class BindPostTaskHelper {
 public:
  BindPostTaskHelper();
  ~BindPostTaskHelper();

  void ScheduleWork();
};

}  // namespace remoting

#endif  // AGENTS_SKILLS_MULTI_AGENT_ENGINEERING_WORKFLOW_TESTS_TESTDATA_BIND_POST_TASK_HELPER_H_
