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;
6
7public class ActivityTypeIds {
8#define DEFINE_ACTIVITY_ID(id,value) public static final int ACTIVITY_##id = value;
9#include "chrome/browser/android/activity_type_id_list.h"
10#undef DEFINE_ACTIVITY_ID
11}
12