diff options
Diffstat (limited to 'chromium/components/resources/android/theme_resources.h')
-rw-r--r-- | chromium/components/resources/android/theme_resources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/resources/android/theme_resources.h b/chromium/components/resources/android/theme_resources.h index a84712ddf37..b48a7a50a5f 100644 --- a/chromium/components/resources/android/theme_resources.h +++ b/chromium/components/resources/android/theme_resources.h @@ -14,6 +14,7 @@ enum { // Not used; just provides a starting value for the enum. These must // not conflict with IDR_* values, which top out at 2^16 - 1. ANDROID_COMPONENTS_RESOURCE_ID_NONE = 1 << 16, +#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" ANDROID_COMPONENTS_RESOURCE_ID_MAX, |