Roll src/third_party/WebKit 06cb9e9:a978ee5 (svn 202558:202559)
[chromium-blink-merge.git] / components / cronet / android / test / sdch_test_util.h
blobc9ece3743a6bf8f5276ce7ad78363774514335a1
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_
6 #define COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_
8 #include <jni.h>
10 namespace cronet {
12 bool RegisterSdchTestUtil(JNIEnv* env);
14 } // namespace cronet
16 #endif // COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_