summaryrefslogtreecommitdiff
path: root/chromium/components/cryptauth/device_classifier_util.h
blob: 71bd093355f4c71d88a23618240ad788ab781874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_CRYPTAUTH_DEVICE_CLASSIFIER_UTIL_H_
#define COMPONENTS_CRYPTAUTH_DEVICE_CLASSIFIER_UTIL_H_

#include "components/cryptauth/proto/cryptauth_api.pb.h"

namespace cryptauth {

namespace device_classifier_util {

const cryptauth::DeviceClassifier& GetDeviceClassifier();

}  // namespace device_classifier_util

}  // namespace cryptauth

#endif  // COMPONENTS_CRYPTAUTH_DEVICE_CLASSIFIER_UTIL_H_