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

Unified Diff: components/cronet/android/api/src/org/chromium/net/ApiVersion.template

Issue 1849753002: [Cronet] Separate Cronet implementation and API by package name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 4 years, 5 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/api/src/org/chromium/net/ApiVersion.template
diff --git a/components/cronet/android/java/src/org/chromium/net/Version.template b/components/cronet/android/api/src/org/chromium/net/ApiVersion.template
similarity index 94%
copy from components/cronet/android/java/src/org/chromium/net/Version.template
copy to components/cronet/android/api/src/org/chromium/net/ApiVersion.template
index df25c2f80a0da9fce8f71fe491999e6e97255613..f404b8138c6a90c5c899802b44d6e3bd51b4ae98 100644
--- a/components/cronet/android/java/src/org/chromium/net/Version.template
+++ b/components/cronet/android/api/src/org/chromium/net/ApiVersion.template
@@ -5,7 +5,7 @@
package org.chromium.net;
// Version based on chrome/VERSION.
-public class Version {
+public class ApiVersion {
public static final String CRONET_VERSION = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
public static final String LAST_CHANGE = "@LASTCHANGE@";

Powered by Google App Engine
This is Rietveld 408576698