| Index: components/bookmarks/common/android/BUILD.gn
|
| diff --git a/components/bookmarks/common/android/BUILD.gn b/components/bookmarks/common/android/BUILD.gn
|
| index 4c7f0805c959096769dcf2899779c97a113bd818..11bcef43d03a993589f471a76055c9cc3e2347fe 100644
|
| --- a/components/bookmarks/common/android/BUILD.gn
|
| +++ b/components/bookmarks/common/android/BUILD.gn
|
| @@ -9,12 +9,13 @@ source_set("android") {
|
| sources = [
|
| "bookmark_id.cc",
|
| "bookmark_id.h",
|
| - "bookmark_type_list.h",
|
| + "bookmark_type.h",
|
| "component_jni_registrar.cc",
|
| "component_jni_registrar.h",
|
| ]
|
| deps = [
|
| ":bookmarks_jni_headers",
|
| + "//base:base",
|
| ]
|
| }
|
|
|
|
|