| Index: components/nacl/browser/BUILD.gn
|
| diff --git a/components/nacl/browser/BUILD.gn b/components/nacl/browser/BUILD.gn
|
| index 5307b79ceec6fb8aab9b45727a7adf77fc013d06..4c70826856e02dc94dcc02453de16c623f00e2a1 100644
|
| --- a/components/nacl/browser/BUILD.gn
|
| +++ b/components/nacl/browser/BUILD.gn
|
| @@ -18,8 +18,8 @@ static_library("browser") {
|
| "nacl_browser.h",
|
| "nacl_file_host.cc",
|
| "nacl_file_host.h",
|
| - "nacl_host_message_filter.cc",
|
| - "nacl_host_message_filter.h",
|
| + "nacl_host_impl.cc",
|
| + "nacl_host_impl.h",
|
| "nacl_process_host.cc",
|
| "nacl_process_host.h",
|
| "nacl_validation_cache.cc",
|
|
|