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

Unified Diff: components/cronet/android/java/src/org/chromium/net/impl/ImplVersion.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/java/src/org/chromium/net/impl/ImplVersion.template
diff --git a/components/cronet/android/java/src/org/chromium/net/Version.template b/components/cronet/android/java/src/org/chromium/net/impl/ImplVersion.template
similarity index 88%
rename from components/cronet/android/java/src/org/chromium/net/Version.template
rename to components/cronet/android/java/src/org/chromium/net/impl/ImplVersion.template
index df25c2f80a0da9fce8f71fe491999e6e97255613..babb441cde8a3ee47c0b8e41e04b6941f6df53c6 100644
--- a/components/cronet/android/java/src/org/chromium/net/Version.template
+++ b/components/cronet/android/java/src/org/chromium/net/impl/ImplVersion.template
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.net;
+package org.chromium.net.impl;
// Version based on chrome/VERSION.
-public class Version {
+public class ImplVersion {
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