blob: 1d298e1c3fcfc4fb397d5bbc042e9dd8568e7ffc [file] [log] [blame]
// Copyright 2015 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_CRONET_ANDROID_CRONET_HISTOGRAM_MANAGER_H_
#define COMPONENTS_CRONET_ANDROID_CRONET_HISTOGRAM_MANAGER_H_
#include <jni.h>
namespace cronet {
bool CronetHistogramManagerRegisterJni(JNIEnv* env);
} // namespace cronet
#endif // COMPONENTS_CRONET_ANDROID_CRONET_HISTOGRAM_MANAGER_H_