| Index: content/browser/frame_host/debug_urls.cc
|
| diff --git a/content/browser/frame_host/debug_urls.cc b/content/browser/frame_host/debug_urls.cc
|
| index c404067ee04d2bf84e53cb1d05fbe8c6bc417d99..9aafa8aa39c6ac87412f46f8a8851e4449b29f07 100644
|
| --- a/content/browser/frame_host/debug_urls.cc
|
| +++ b/content/browser/frame_host/debug_urls.cc
|
| @@ -22,12 +22,12 @@
|
| #include "content/public/common/content_constants.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "ppapi/features/features.h"
|
| -#include "ppapi/proxy/ppapi_messages.h"
|
| #include "third_party/kasko/kasko_features.h"
|
| #include "url/gurl.h"
|
|
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| -#include "content/browser/ppapi_plugin_process_host.h"
|
| +#include "content/browser/ppapi_plugin_process_host.h" // nogncheck
|
| +#include "ppapi/proxy/ppapi_messages.h" // nogncheck
|
| #endif
|
|
|
| namespace content {
|
|
|