| Index: content/browser/renderer_host/font_utils_linux.cc
|
| diff --git a/content/browser/renderer_host/font_utils_linux.cc b/content/browser/renderer_host/font_utils_linux.cc
|
| index eea055127364641fd8337035824c3bb9647d266f..2ee84e1f4031ee03e6f9661699ba0901a42d3008 100644
|
| --- a/content/browser/renderer_host/font_utils_linux.cc
|
| +++ b/content/browser/renderer_host/font_utils_linux.cc
|
| @@ -4,13 +4,12 @@
|
|
|
| #include <fcntl.h>
|
| #include <fontconfig/fontconfig.h>
|
| -#include <sys/poll.h>
|
| -#include <sys/socket.h>
|
| #include <sys/stat.h>
|
| +#include <sys/types.h>
|
| +
|
| +#include <string>
|
|
|
| #include "base/posix/eintr_wrapper.h"
|
| -#include "content/common/sandbox_linux/sandbox_linux.h"
|
| -#include "content/common/set_process_title.h"
|
| #include "ppapi/c/trusted/ppb_browser_font_trusted.h"
|
| #include "third_party/npapi/bindings/npapi_extensions.h"
|
|
|
|
|