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

Unified Diff: chrome/service/service_main.cc

Issue 7084010: Move sandbox_policy to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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: chrome/service/service_main.cc
===================================================================
--- chrome/service/service_main.cc (revision 87093)
+++ chrome/service/service_main.cc (working copy)
@@ -10,7 +10,7 @@
#include "content/common/main_function_params.h"
#if defined(OS_WIN)
-#include "chrome/common/sandbox_policy.h"
+#include "content/common/sandbox_policy.h"
#elif defined(OS_MACOSX)
#include "content/common/chrome_application_mac.h"
#endif // defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698