Index: chrome/app/chrome_exe_main_win.cc |
diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc |
index 5ddb6c3f607ca0e1db01f27049b7128532ecb910..237784d5649622f84f7821ae38db1fe21b19d090 100644 |
--- a/chrome/app/chrome_exe_main_win.cc |
+++ b/chrome/app/chrome_exe_main_win.cc |
@@ -12,7 +12,7 @@ |
#include "chrome/app/metro_driver_win.h" |
#include "content/public/app/startup_helper_win.h" |
#include "content/public/common/result_codes.h" |
-#include "sandbox/src/sandbox_factory.h" |
+#include "sandbox/win/src/sandbox_factory.h" |
int RunChrome(HINSTANCE instance) { |
bool exit_now = true; |