blob: 660476a12530108a9d570de89e6c9762d2b786fc [file] [log] [blame]
// Copyright 2014 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 CRONET_MOCK_URL_REQUEST_JOB_UTIL_H_
#define CRONET_MOCK_URL_REQUEST_JOB_UTIL_H_
#include <jni.h>
namespace cronet {
bool RegisterMockUrlRequestJobUtil(JNIEnv* env);
} // namespace cronet
#endif // CRONET_MOCK_URL_REQUEST_JOB_UTIL_H_