Index: content/app/content_main.cc |
diff --git a/content/app/content_main.cc b/content/app/content_main.cc |
index 85d6144e306107051a9c1970a003d1c3623bf410..4fdf644c1cfd13c6232d1cbd79f8f8fc80a8c129 100644 |
--- a/content/app/content_main.cc |
+++ b/content/app/content_main.cc |
@@ -15,7 +15,6 @@ |
#include "base/process_util.h" |
#include "base/stringprintf.h" |
#include "base/string_number_conversions.h" |
-#include "content/app/content_main_delegate.h" |
#include "content/app/startup_helper_win.h" |
#include "content/browser/browser_main.h" |
#include "content/common/content_constants.h" |
@@ -23,6 +22,7 @@ |
#include "content/common/main_function_params.h" |
#include "content/common/sandbox_init_wrapper.h" |
#include "content/common/set_process_title.h" |
+#include "content/public/app/content_main_delegate.h" |
#include "content/public/common/content_switches.h" |
#include "crypto/nss_util.h" |
#include "ipc/ipc_switches.h" |