| Index: components/cronet/android/cronet_url_request.h
|
| diff --git a/components/cronet/android/chromium_url_request.h b/components/cronet/android/cronet_url_request.h
|
| similarity index 79%
|
| copy from components/cronet/android/chromium_url_request.h
|
| copy to components/cronet/android/cronet_url_request.h
|
| index 4296738358715f3f8e970e1273ec203f8261ddc3..e4c8acb295b24356fc59d79d6672e8c315faff45 100644
|
| --- a/components/cronet/android/chromium_url_request.h
|
| +++ b/components/cronet/android/cronet_url_request.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_CRONET_ANDROID_CHROMIUM_URL_REQUEST_H_
|
| -#define COMPONENTS_CRONET_ANDROID_CHROMIUM_URL_REQUEST_H_
|
| +#ifndef COMPONENTS_CRONET_ANDROID_CRONET_URL_REQUEST_H_
|
| +#define COMPONENTS_CRONET_ANDROID_CRONET_URL_REQUEST_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -25,8 +25,8 @@ enum UrlRequestError {
|
| #undef DEFINE_REQUEST_ERROR
|
| };
|
|
|
| -bool ChromiumUrlRequestRegisterJni(JNIEnv* env);
|
| +bool CronetUrlRequestRegisterJni(JNIEnv* env);
|
|
|
| } // namespace cronet
|
|
|
| -#endif // COMPONENTS_CRONET_ANDROID_CHROMIUM_URL_REQUEST_H_
|
| +#endif // COMPONENTS_CRONET_ANDROID_CRONET_URL_REQUEST_H_
|
|
|