diff options
Diffstat (limited to 'chrome/common/sandbox_policy.h')
-rw-r--r-- | chrome/common/sandbox_policy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/sandbox_policy.h b/chrome/common/sandbox_policy.h index ce8777d..04a9b88 100644 --- a/chrome/common/sandbox_policy.h +++ b/chrome/common/sandbox_policy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -7,9 +7,9 @@ #pragma once #include "base/process.h" -#include "base/file_path.h" class CommandLine; +class FilePath; namespace sandbox { |