| Index: components/omnibox/browser/BUILD.gn
|
| diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
|
| index 9c5700c3416c9f4c33c32ee89e4cbc11c6a7bd90..8a33c3b644613271d70eab6921a0f2e700988d50 100644
|
| --- a/components/omnibox/browser/BUILD.gn
|
| +++ b/components/omnibox/browser/BUILD.gn
|
| @@ -159,6 +159,8 @@ proto_library("in_memory_url_index_cache_proto") {
|
| static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| + "history_index_restore_observer.cc",
|
| + "history_index_restore_observer.h",
|
| "mock_autocomplete_provider_client.cc",
|
| "mock_autocomplete_provider_client.h",
|
| "test_scheme_classifier.cc",
|
|
|