// Copyright 2017 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_FINGERPRINT_FINGERPRINT_H_ #define SERVICES_DEVICE_FINGERPRINT_FINGERPRINT_H_ #include "mojo/public/cpp/bindings/pending_receiver.h" #include "services/device/fingerprint/fingerprint_export.h" #include "services/device/public/mojom/fingerprint.mojom.h" namespace device { class Fingerprint { … }; } // namespace device #endif // SERVICES_DEVICE_FINGERPRINT_FINGERPRINT_H_