diff options
Diffstat (limited to 'chrome/common/sandbox_mac.h')
-rw-r--r-- | chrome/common/sandbox_mac.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/sandbox_mac.h b/chrome/common/sandbox_mac.h index cc20203..61a02fc 100644 --- a/chrome/common/sandbox_mac.h +++ b/chrome/common/sandbox_mac.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,12 +6,11 @@ #define CHROME_COMMON_SANDBOX_MAC_H_ #pragma once -#include "base/file_path.h" +class FilePath; namespace sandbox { enum SandboxProcessType { - SANDBOX_TYPE_FIRST_TYPE, // Placeholder to ease iteration. SANDBOX_TYPE_RENDERER = SANDBOX_TYPE_FIRST_TYPE, |