Index: content/browser/renderer_host/render_sandbox_host_linux.cc |
=================================================================== |
--- content/browser/renderer_host/render_sandbox_host_linux.cc (revision 78451) |
+++ content/browser/renderer_host/render_sandbox_host_linux.cc (working copy) |
@@ -26,9 +26,9 @@ |
#include "base/singleton.h" |
#include "base/string_number_conversions.h" |
#include "base/string_util.h" |
-#include "chrome/common/font_config_ipc_linux.h" |
#include "chrome/common/sandbox_methods_linux.h" |
-#include "chrome/common/unix_domain_socket_posix.h" |
+#include "content/common/font_config_ipc_linux.h" |
+#include "content/common/unix_domain_socket_posix.h" |
#include "skia/ext/SkFontHost_fontconfig_direct.h" |
#include "third_party/npapi/bindings/npapi_extensions.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/gtk/WebFontInfo.h" |