Use nogncheck for content/browser/site_instance_impl.h

This is needed because  //content/browser:browser is not a visible target
This commit is contained in:
John Kleinschmidt 2021-03-16 10:45:47 -04:00
parent d54bee03d0
commit 5fc298ee5f

View file

@ -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"