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 091171a5b912ca85f3e01474de68f3f2f454d9f7..6ecb5d766b8902d5cb0f0e6cfe1315de9c39a2be 100644 |
--- a/content/browser/frame_host/debug_urls.cc |
+++ b/content/browser/frame_host/debug_urls.cc |
@@ -12,13 +12,16 @@ |
#include "base/strings/utf_string_conversions.h" |
#include "cc/base/switches.h" |
#include "content/browser/gpu/gpu_process_host_ui_shim.h" |
-#include "content/browser/ppapi_plugin_process_host.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/common/content_constants.h" |
#include "content/public/common/url_constants.h" |
#include "ppapi/proxy/ppapi_messages.h" |
#include "url/gurl.h" |
+#if defined(ENABLE_PLUGINS) |
+#include "content/browser/ppapi_plugin_process_host.h" |
+#endif |
+ |
namespace content { |
namespace { |