diff options
Diffstat (limited to 'sandbox/src/process_thread_policy.cc')
-rw-r--r-- | sandbox/src/process_thread_policy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/src/process_thread_policy.cc b/sandbox/src/process_thread_policy.cc index 7e4effb..ca00916 100644 --- a/sandbox/src/process_thread_policy.cc +++ b/sandbox/src/process_thread_policy.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2010 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. @@ -6,7 +6,7 @@ #include <string> -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/src/ipc_tags.h" #include "sandbox/src/nt_internals.h" #include "sandbox/src/policy_engine_opcodes.h" |