| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 31c52aebc8f0cbc046bcb2ea0fbc59d31c1d3106..30a5ff0c9ba916fcd303610e316831409983c3ca 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -1539,7 +1539,8 @@ source_set("browser") {
|
| "web_contents/aura/overscroll_window_delegate.h",
|
| "web_contents/aura/shadow_layer_delegate.cc",
|
| "web_contents/aura/shadow_layer_delegate.h",
|
| - "web_contents/aura/uma_navigation_type.h",
|
| + "web_contents/aura/types.cc",
|
| + "web_contents/aura/types.h",
|
| "web_contents/web_contents_impl.cc",
|
| "web_contents/web_contents_impl.h",
|
| "web_contents/web_contents_view.h",
|
|
|