Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 70ab68a48db001ab1c60a6b7134ca50a7c68cfaa..457d6ef60b765f6eaf018d44ab678e0e216b8935 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -131,6 +131,7 @@ |
#include "content/public/common/content_constants.h" |
#include "content/public/common/content_switches.h" |
#include "content/public/common/process_type.h" |
+#include "content/public/common/resource_type.h" |
#include "content/public/common/result_codes.h" |
#include "content/public/common/sandboxed_process_launcher_delegate.h" |
#include "content/public/common/url_constants.h" |
@@ -148,7 +149,6 @@ |
#include "ui/gl/gl_switches.h" |
#include "ui/native_theme/native_theme_switches.h" |
#include "webkit/browser/fileapi/sandbox_file_system_backend.h" |
-#include "webkit/common/resource_type.h" |
#if defined(OS_ANDROID) |
#include "content/browser/media/android/browser_demuxer_android.h" |