Index: content/browser/renderer_host/render_sandbox_host_linux.cc |
diff --git a/content/browser/renderer_host/render_sandbox_host_linux.cc b/content/browser/renderer_host/render_sandbox_host_linux.cc |
index 2ee8c6ba938f17eceaca6d869f0871ae9be8ba31..1ef8e7127691b6ed426214c5a56a574b4f74ee04 100644 |
--- a/content/browser/renderer_host/render_sandbox_host_linux.cc |
+++ b/content/browser/renderer_host/render_sandbox_host_linux.cc |
@@ -28,7 +28,7 @@ |
#include "base/string_number_conversions.h" |
#include "base/string_util.h" |
#include "content/common/font_config_ipc_linux.h" |
-#include "content/common/sandbox_methods_linux.h" |
+#include "content/common/sandbox_linux.h" |
#include "content/common/webkitplatformsupport_impl.h" |
#include "skia/ext/SkFontHost_fontconfig_direct.h" |
#include "third_party/npapi/bindings/npapi_extensions.h" |
@@ -36,6 +36,7 @@ |
#include "third_party/WebKit/Source/WebKit/chromium/public/linux/WebFontInfo.h" |
#include "ui/gfx/font_render_params_linux.h" |
+using content::LinuxSandbox; |
using WebKit::WebCString; |
using WebKit::WebFontInfo; |
using WebKit::WebUChar; |