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

Unified Diff: ash/shell/shell_main.cc

Issue 133503012: Restrict sandbox/win/src/sandbox_types.h only on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | content/shell/app/shell_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/shell_main.cc
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc
index 3c477a415bedf041b4163b291b9bc0d542d09734..165432e3cfe97fddfa94a32b4adcb774e05b1e41 100644
--- a/ash/shell/shell_main.cc
+++ b/ash/shell/shell_main.cc
@@ -4,10 +4,10 @@
#include "ash/shell/content_client/shell_main_delegate.h"
#include "content/public/app/content_main.h"
-#include "sandbox/win/src/sandbox_types.h"
#if defined(OS_WIN)
#include "content/public/app/startup_helper_win.h"
+#include "sandbox/win/src/sandbox_types.h"
#endif
#if defined(OS_WIN)
« no previous file with comments | « no previous file | content/shell/app/shell_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698