diff options
Diffstat (limited to 'content/browser/utility_process_host.h')
-rw-r--r-- | content/browser/utility_process_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/utility_process_host.h b/content/browser/utility_process_host.h index 52f4fff..23d749a 100644 --- a/content/browser/utility_process_host.h +++ b/content/browser/utility_process_host.h @@ -13,8 +13,8 @@ #include "base/memory/ref_counted.h" #include "base/process_util.h" #include "content/browser/browser_child_process_host.h" -#include "content/browser/browser_thread.h" #include "content/common/content_export.h" +#include "content/public/browser/browser_thread.h" // This class acts as the browser-side host to a utility child process. A // utility process is a short-lived sandboxed process that is created to run |