// Copyright 2013 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_TEST_CHROMEDRIVER_CHROME_DEVICE_MANAGER_H_ #define CHROME_TEST_CHROMEDRIVER_CHROME_DEVICE_MANAGER_H_ #include <list> #include <memory> #include <string> #include "base/functional/callback.h" #include "base/memory/raw_ptr.h" #include "base/synchronization/lock.h" class Adb; class Status; class DeviceManager; class Device { … }; class DeviceManager { … }; #endif // CHROME_TEST_CHROMEDRIVER_CHROME_DEVICE_MANAGER_H_