Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: components/cronet/android/cronet_url_request.h

Issue 586143002: Initial implementation of Cronet Async API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698