From 5fc298ee5f80c1c2be42c89eae9da4de97a3b858 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Tue, 16 Mar 2021 10:45:47 -0400 Subject: [PATCH] Use nogncheck for content/browser/site_instance_impl.h This is needed because //content/browser:browser is not a visible target --- shell/browser/electron_browser_client.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/browser/electron_browser_client.cc b/shell/browser/electron_browser_client.cc index 8e84daf1470d..8d4234ef808f 100644 --- a/shell/browser/electron_browser_client.cc +++ b/shell/browser/electron_browser_client.cc @@ -30,6 +30,7 @@ #include "chrome/common/chrome_version.h" #include "components/net_log/chrome_net_log.h" #include "components/network_hints/common/network_hints.mojom.h" +#include "content/browser/site_instance_impl.h" // nogncheck #include "content/public/browser/browser_main_runner.h" #include "content/public/browser/browser_ppapi_host.h" #include "content/public/browser/browser_task_traits.h"