 Chromium Code Reviews
 Chromium Code Reviews Issue 2942103002:
  Fix failing NavigationManagerUtil test that wasn't being run.  (Closed)
    
  
    Issue 2942103002:
  Fix failing NavigationManagerUtil test that wasn't being run.  (Closed) 
  | Index: ios/web/BUILD.gn | 
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn | 
| index c3996e822007b73c14faf15ed1b282d963f9e58f..5ba9e5bd16fc8aa624cb8473d0ba18b235b43752 100644 | 
| --- a/ios/web/BUILD.gn | 
| +++ b/ios/web/BUILD.gn | 
| @@ -490,6 +490,7 @@ source_set("ios_web_navigation_unittests") { | 
| "//ios/web/test:mojo_bindings", | 
| "//ios/web/test:test_constants", | 
| "//ios/web/test:test_support", | 
| + "//ios/web/test/fakes", | 
| "//net:test_support", | 
| "//services/service_manager/public/cpp", | 
| "//testing/gmock", |