#ifndef COMPONENTS_RESOURCES_ANDROID_THEME_RESOURCES_H_
#define COMPONENTS_RESOURCES_ANDROID_THEME_RESOURCES_H_
#define LINK_RESOURCE_ID(c_id, java_id)
#define DECLARE_RESOURCE_ID(c_id, java_id) c_id,
enum {
ANDROID_COMPONENTS_RESOURCE_ID_NONE = 1 << 16,
#include "components/resources/android/autofill_resource_id.h"
#include "components/resources/android/blocked_content_resource_id.h"
#include "components/resources/android/page_info_resource_id.h"
#include "components/resources/android/permissions_resource_id.h"
#include "components/resources/android/sms_resource_id.h"
#include "components/resources/android/webxr_resource_id.h"
ANDROID_COMPONENTS_RESOURCE_ID_MAX,
};
#undef LINK_RESOURCE_ID
#undef DECLARE_RESOURCE_ID
#endif