// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_DEVICE_VIBRATION_VIBRATION_MANAGER_IMPL_H_ #define SERVICES_DEVICE_VIBRATION_VIBRATION_MANAGER_IMPL_H_ #include <stdint.h> #include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/pending_remote.h" #include "mojo/public/cpp/bindings/remote.h" #include "services/device/public/mojom/vibration_manager.mojom.h" namespace device { class VibrationManagerImpl : public mojom::VibrationManager { … }; } // namespace device #endif // SERVICES_DEVICE_VIBRATION_VIBRATION_MANAGER_IMPL_H_