Commit 85b0f0a1 authored by Hokein.Wu@gmail.com's avatar Hokein.Wu@gmail.com

Restrict sandbox/win/src/sandbox_types.h only on windows.

BUG=None
TEST=compiled

Review URL: https://codereview.chromium.org/133503012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251270 0039d316-1c4b-4281-b951-d872f2087c98
parent 59890750
......@@ -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)
......
......@@ -3,12 +3,11 @@
// found in the LICENSE file.
#include "content/public/app/content_main.h"
#include "content/shell/app/shell_main_delegate.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_MACOSX)
......
......@@ -3,11 +3,11 @@
// found in the LICENSE file.
#include "content/public/app/content_main.h"
#include "sandbox/win/src/sandbox_types.h"
#include "ui/views/examples/content_client/examples_main_delegate.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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment