summaryrefslogtreecommitdiffstats
path: root/content/browser/zygote_main_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/zygote_main_linux.cc')
-rw-r--r--content/browser/zygote_main_linux.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc
index b56a8a0..b8fde82 100644
--- a/content/browser/zygote_main_linux.cc
+++ b/content/browser/zygote_main_linux.cc
@@ -38,14 +38,14 @@
#include "build/build_config.h"
#include "chrome/common/chrome_descriptors.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/common/font_config_ipc_linux.h"
#include "chrome/common/pepper_plugin_registry.h"
#include "chrome/common/process_watcher.h"
#include "chrome/common/result_codes.h"
#include "chrome/common/sandbox_methods_linux.h"
#include "chrome/common/set_process_title.h"
-#include "chrome/common/unix_domain_socket_posix.h"
+#include "content/common/font_config_ipc_linux.h"
#include "content/common/main_function_params.h"
+#include "content/common/unix_domain_socket_posix.h"
#include "media/base/media.h"
#include "seccompsandbox/sandbox.h"
#include "skia/ext/SkFontHost_fontconfig_control.h"