diff options
Diffstat (limited to 'content/browser/renderer_host/render_process_host.cc')
-rw-r--r-- | content/browser/renderer_host/render_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_process_host.cc b/content/browser/renderer_host/render_process_host.cc index a7fc8d9..486e113 100644 --- a/content/browser/renderer_host/render_process_host.cc +++ b/content/browser/renderer_host/render_process_host.cc @@ -15,8 +15,8 @@ #include "content/common/child_process_info.h" #include "content/common/content_client.h" #include "content/common/content_constants.h" -#include "content/common/content_switches.h" #include "content/common/notification_service.h" +#include "content/public/common/content_switches.h" namespace { |