| Index: components/cronet/android/java/src/org/chromium/net/Version.template
|
| diff --git a/components/cronet/android/java/src/org/chromium/net/Version.template b/components/cronet/android/java/src/org/chromium/net/Version.template
|
| deleted file mode 100644
|
| index df25c2f80a0da9fce8f71fe491999e6e97255613..0000000000000000000000000000000000000000
|
| --- a/components/cronet/android/java/src/org/chromium/net/Version.template
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -package org.chromium.net;
|
| -
|
| -// Version based on chrome/VERSION.
|
| -public class Version {
|
| - public static final String CRONET_VERSION = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
|
| - public static final String LAST_CHANGE = "@LASTCHANGE@";
|
| -
|
| - public static String getVersion() {
|
| - return CRONET_VERSION + "@" + LAST_CHANGE.substring(0, 8);
|
| - }
|
| -}
|
|
|