| Index: components/history/core/test/BUILD.gn
|
| diff --git a/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn
|
| index 9f0deff1f74fd514ba80d95a3234a72864d40c69..95c46db6d83d7b8a8b84ee8d961195873b116358 100644
|
| --- a/components/history/core/test/BUILD.gn
|
| +++ b/components/history/core/test/BUILD.gn
|
| @@ -5,6 +5,8 @@
|
| static_library("test") {
|
| testonly = true
|
| sources = [
|
| + "database_test_utils.cc",
|
| + "database_test_utils.h",
|
| "history_client_fake_bookmarks.cc",
|
| "history_client_fake_bookmarks.h",
|
| "history_unittest_base.cc",
|
|
|