blob: 0f6b672e8b865337ad9cf945d228cab9a2037a81 [file] [log] [blame] [edit]
// 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.chrome.browser.version;
import org.chromium.components.version_info.VersionConstants;
// Constants specific to Chrome. Common constants are in VersionConstants.
public class ChromeVersionConstants extends VersionConstants {
static final String PRODUCT_NAME = "@PRODUCT_FULLNAME@";
}