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

Unified Diff: content/app/startup_helper_win.cc

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree Created 8 years, 5 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: content/app/startup_helper_win.cc
diff --git a/content/app/startup_helper_win.cc b/content/app/startup_helper_win.cc
index aaba83c26a2bc2122b5835407189a9c64285b740..9ead36dfec69f560c63ee92463045d0cf77b4f5e 100644
--- a/content/app/startup_helper_win.cc
+++ b/content/app/startup_helper_win.cc
@@ -10,8 +10,8 @@
#include "base/base_switches.h"
#include "base/command_line.h"
#include "base/win/windows_version.h"
-#include "sandbox/src/dep.h"
-#include "sandbox/src/sandbox_factory.h"
+#include "sandbox/win/src/dep.h"
+#include "sandbox/win/src/sandbox_factory.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698