diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 01:54:15 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 01:54:15 +0000 |
commit | 3b63f8f451afcf414a59c529f627c620e4d449d9 (patch) | |
tree | 2dcbab1c060b29a260c29bb19b67bf97a8293ca3 /sandbox | |
parent | 9174a108509c2aafe513da68e6e63fbc7df38c85 (diff) | |
download | chromium_src-3b63f8f451afcf414a59c529f627c620e4d449d9.zip chromium_src-3b63f8f451afcf414a59c529f627c620e4d449d9.tar.gz chromium_src-3b63f8f451afcf414a59c529f627c620e4d449d9.tar.bz2 |
Move some files from base to base/memory.
raw_scoped_refptr_mismatch_checker.h
ref_counted.cc
ref_counted.h
ref_counted_memory.cc
ref_counted_memory.h
ref_counted_unittest.cc
scoped_callback_factory.h
scoped_comptr_win.h
scoped_handle.h
scoped_native_library.cc
scoped_native_library.h
scoped_native_library_unittest.cc
scoped_nsobject.h
scoped_open_process.h
scoped_ptr.h
scoped_ptr_unittest.cc
scoped_temp_dir.cc
scoped_temp_dir.h
scoped_temp_dir_unittest.cc
scoped_vector.h
singleton.h
singleton_objc.h
singleton_unittest.cc
linked_ptr.h
linked_ptr_unittest.cc
weak_ptr.cc
weak_ptr.h
weak_ptr_unittest.cc
BUG=None
TEST=Compile
Review URL: http://codereview.chromium.org/6714032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/Wow64.cc | 2 | ||||
-rw-r--r-- | sandbox/src/acl.h | 4 | ||||
-rw-r--r-- | sandbox/src/interception.cc | 2 | ||||
-rw-r--r-- | sandbox/src/interception_unittest.cc | 4 | ||||
-rw-r--r-- | sandbox/src/process_thread_policy.cc | 4 | ||||
-rw-r--r-- | sandbox/src/service_resolver_32.cc | 4 | ||||
-rw-r--r-- | sandbox/src/service_resolver_64.cc | 4 | ||||
-rw-r--r-- | sandbox/src/service_resolver_unittest.cc | 2 | ||||
-rw-r--r-- | sandbox/src/sharedmem_ipc_server.cc | 4 | ||||
-rw-r--r-- | sandbox/src/target_process.cc | 4 | ||||
-rw-r--r-- | sandbox/src/win_utils.cc | 4 | ||||
-rw-r--r-- | sandbox/src/window.cc | 4 | ||||
-rw-r--r-- | sandbox/wow_helper/service64_resolver.cc | 4 |
13 files changed, 23 insertions, 23 deletions
diff --git a/sandbox/src/Wow64.cc b/sandbox/src/Wow64.cc index 79febe8..9284fe8 100644 --- a/sandbox/src/Wow64.cc +++ b/sandbox/src/Wow64.cc @@ -7,7 +7,7 @@ #include <sstream> #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/win/windows_version.h" #include "sandbox/src/target_process.h" 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 { diff --git a/sandbox/src/interception.cc b/sandbox/src/interception.cc index e9f89dc..577d079 100644 --- a/sandbox/src/interception.cc +++ b/sandbox/src/interception.cc @@ -10,7 +10,7 @@ #include "sandbox/src/interception.h" #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/win/pe_image.h" #include "base/win/windows_version.h" #include "sandbox/src/interception_internal.h" diff --git a/sandbox/src/interception_unittest.cc b/sandbox/src/interception_unittest.cc index 604db06..a0dd98d 100644 --- a/sandbox/src/interception_unittest.cc +++ b/sandbox/src/interception_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 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. @@ -8,7 +8,7 @@ #include <windows.h> -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/src/interception.h" #include "sandbox/src/interceptors.h" #include "sandbox/src/interception_internal.h" 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" diff --git a/sandbox/src/service_resolver_32.cc b/sandbox/src/service_resolver_32.cc index c731607..ffe4d15 100644 --- a/sandbox/src/service_resolver_32.cc +++ b/sandbox/src/service_resolver_32.cc @@ -1,10 +1,10 @@ -// Copyright (c) 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. #include "sandbox/src/service_resolver.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/src/sandbox_utils.h" #include "sandbox/src/win_utils.h" diff --git a/sandbox/src/service_resolver_64.cc b/sandbox/src/service_resolver_64.cc index 7194ee4..afc9441 100644 --- a/sandbox/src/service_resolver_64.cc +++ b/sandbox/src/service_resolver_64.cc @@ -1,11 +1,11 @@ -// 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. #include "sandbox/src/service_resolver.h" #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/src/win_utils.h" namespace { diff --git a/sandbox/src/service_resolver_unittest.cc b/sandbox/src/service_resolver_unittest.cc index 777a5da..f5e29f3 100644 --- a/sandbox/src/service_resolver_unittest.cc +++ b/sandbox/src/service_resolver_unittest.cc @@ -5,7 +5,7 @@ // This file contains unit tests for ServiceResolverThunk. #include "base/basictypes.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/win/windows_version.h" #include "sandbox/src/resolver.h" #include "sandbox/src/sandbox_utils.h" diff --git a/sandbox/src/sharedmem_ipc_server.cc b/sandbox/src/sharedmem_ipc_server.cc index b287d21..53286b7 100644 --- a/sandbox/src/sharedmem_ipc_server.cc +++ b/sandbox/src/sharedmem_ipc_server.cc @@ -1,10 +1,10 @@ -// Copyright (c) 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. #include "base/callback.h" #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/src/sharedmem_ipc_server.h" #include "sandbox/src/sharedmem_ipc_client.h" #include "sandbox/src/sandbox.h" diff --git a/sandbox/src/target_process.cc b/sandbox/src/target_process.cc index 1341949..3f2b156 100644 --- a/sandbox/src/target_process.cc +++ b/sandbox/src/target_process.cc @@ -1,11 +1,11 @@ -// 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. #include "sandbox/src/target_process.h" #include "base/basictypes.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "base/win/pe_image.h" #include "sandbox/src/crosscall_server.h" #include "sandbox/src/crosscall_client.h" diff --git a/sandbox/src/win_utils.cc b/sandbox/src/win_utils.cc index c1b4d2a..5a846e0 100644 --- a/sandbox/src/win_utils.cc +++ b/sandbox/src/win_utils.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. @@ -7,7 +7,7 @@ #include <map> #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/src/internal_types.h" #include "sandbox/src/nt_internals.h" diff --git a/sandbox/src/window.cc b/sandbox/src/window.cc index bc3b777..507ae57 100644 --- a/sandbox/src/window.cc +++ b/sandbox/src/window.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 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 <aclapi.h> #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" namespace { diff --git a/sandbox/wow_helper/service64_resolver.cc b/sandbox/wow_helper/service64_resolver.cc index 2feb237..d54e0b0 100644 --- a/sandbox/wow_helper/service64_resolver.cc +++ b/sandbox/wow_helper/service64_resolver.cc @@ -1,10 +1,10 @@ -// 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. #include "sandbox/wow_helper/service64_resolver.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "sandbox/wow_helper/target_code.h" namespace { |