1// Copyright 2014 The Chromium Authors. All rights reserved. 2// Use of this source code is governed by a BSD-style license that can be 3// found in the LICENSE file. 4 5package org.chromium.chrome.browser.banners; 6 7public class AppBannerMetricsIds { 8#define DEFINE_APP_BANNER_METRICS_ID_ENUM_START(identifier) 9#define DEFINE_APP_BANNER_METRICS_ID(identifier,id) public static final int identifier = id; 10#define DEFINE_APP_BANNER_METRICS_ID_ENUM_END() 11#include "chrome/browser/android/banners/app_banner_metrics_id_list.h" 12} 13