Index: content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc |
=================================================================== |
--- content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc (revision 163290) |
+++ content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc (working copy) |
@@ -13,6 +13,8 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
#include "webkit/glue/webkit_glue.h" |
+using content::GpuChannelHostFactory; |
+ |
BrowserWebKitPlatformSupportImpl::BrowserWebKitPlatformSupportImpl() { |
file_utilities_.set_sandbox_enabled(false); |
} |