// Copyright 2014 The Chromium Authors | |
// 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.base.version_info.VersionConstants; | |
// Constants specific to Chrome. Common constants are in VersionConstants. | |
public class ChromeVersionConstants extends VersionConstants { | |
static final String PRODUCT_NAME = "@PRODUCT_FULLNAME@"; | |
} |