Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: extensions/shell/app/shell_main.cc

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/shell/app/shell_main.cc
diff --git a/extensions/shell/app/shell_main.cc b/extensions/shell/app/shell_main.cc
index 18a6e6342d444a30ffc612371d130f6ca6d1ef7d..f3aac10d6a7d09c6eae63970237394d397fa71ae 100644
--- a/extensions/shell/app/shell_main.cc
+++ b/extensions/shell/app/shell_main.cc
@@ -6,7 +6,7 @@
#include "extensions/shell/app/shell_main_delegate.h"
#if defined(OS_WIN)
-#include "content/public/app/startup_helper_win.h"
+#include "content/public/app/sandbox_helper_win.h"
#include "sandbox/win/src/sandbox_types.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698