Chromium Code Reviews| Index: components/cronet/android/test/cronet_url_request_context_config_test.h |
| diff --git a/components/cronet/android/test/sdch_test_util.h b/components/cronet/android/test/cronet_url_request_context_config_test.h |
| similarity index 51% |
| copy from components/cronet/android/test/sdch_test_util.h |
| copy to components/cronet/android/test/cronet_url_request_context_config_test.h |
| index c9ece3743a6bf8f5276ce7ad78363774514335a1..7e94521d382e573810f38cbf99d5e948c7a901f3 100644 |
| --- a/components/cronet/android/test/sdch_test_util.h |
| +++ b/components/cronet/android/test/cronet_url_request_context_config_test.h |
| @@ -2,15 +2,15 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_ |
| -#define COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_ |
| +#ifndef CRONET_URL_REQUEST_CONTEXT_CONFIG_TEST_H_ |
|
xunjieli
2015/12/01 17:30:38
Misha's comment in Patch 5?
COMPONENTS_CRONET_ANDR
pauljensen
2015/12/02 03:50:02
Done.
|
| +#define CRONET_URL_REQUEST_CONTEXT_CONFIG_TEST_H_ |
| #include <jni.h> |
| namespace cronet { |
| -bool RegisterSdchTestUtil(JNIEnv* env); |
| +bool RegisterCronetUrlRequestContextConfigTest(JNIEnv* env); |
| } // namespace cronet |
| -#endif // COMPONENTS_CRONET_ANDROID_TEST_SDCH_TEST_UTIL_H_ |
| +#endif // CRONET_URL_REQUEST_CONTEXT_CONFIG_TEST_H_ |