diff options
Diffstat (limited to 'sandbox/src/acl.h')
-rw-r--r-- | sandbox/src/acl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/src/acl.h b/sandbox/src/acl.h index c71e51b..0d8dc49 100644 --- a/sandbox/src/acl.h +++ b/sandbox/src/acl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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,7 +7,7 @@ #include <windows.h> -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/src/sid.h" namespace sandbox { |