| Index: components/cronet/android/test/mock_url_request_job_test.h
|
| diff --git a/components/cronet/android/chromium_url_request_context.h b/components/cronet/android/test/mock_url_request_job_test.h
|
| similarity index 50%
|
| copy from components/cronet/android/chromium_url_request_context.h
|
| copy to components/cronet/android/test/mock_url_request_job_test.h
|
| index 3d5a1f14cc7d5d874e83f19b9e3bcd778bbed2f9..5ec195bdfd5c79b2793670b05771e99bfd45869c 100644
|
| --- a/components/cronet/android/chromium_url_request_context.h
|
| +++ b/components/cronet/android/test/mock_url_request_job_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_URLREQUEST_CONTEXT_H_
|
| -#define COMPONENTS_CRONET_ANDROID_URLREQUEST_CONTEXT_H_
|
| +#ifndef CRONET_MOCK_URL_REQUEST_JOB_TEST_H_
|
| +#define CRONET_MOCK_URL_REQUEST_JOB_TEST_H_
|
|
|
| #include <jni.h>
|
|
|
| namespace cronet {
|
|
|
| -bool ChromiumUrlRequestContextRegisterJni(JNIEnv* env);
|
| +bool RegisterMockUrlRequestJobTest(JNIEnv* env);
|
|
|
| } // namespace cronet
|
|
|
| -#endif // COMPONENTS_CRONET_ANDROID_URLREQUEST_CONTEXT_H_
|
| +#endif // CRONET_MOCK_URL_REQUEST_JOB_TEST_H_
|
|
|