diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-18 20:59:06 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-18 20:59:06 +0000 |
commit | 7f8f556408487205d27c3d192e13300418629397 (patch) | |
tree | 2b2e8ce52f8f9e0ca973cc9a1e5f331e9223c6b2 /base | |
parent | 1d0079155dc88b3793e36b01a5888fc58b0ce374 (diff) | |
download | chromium_src-7f8f556408487205d27c3d192e13300418629397.zip chromium_src-7f8f556408487205d27c3d192e13300418629397.tar.gz chromium_src-7f8f556408487205d27c3d192e13300418629397.tar.bz2 |
Remove base/scoped_ptr.h
Fix remaining users to use base/memory/scoped_ptr.h.
BUG=
TEST=
Review URL: http://codereview.chromium.org/7930009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gypi | 1 | ||||
-rw-r--r-- | base/scoped_ptr.h | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/base/base.gypi b/base/base.gypi index b8a2c0b..53e2016 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -209,7 +209,6 @@ 'rand_util_win.cc', 'safe_strerror_posix.cc', 'safe_strerror_posix.h', - 'scoped_ptr.h', 'scoped_native_library.cc', 'scoped_native_library.h', 'scoped_temp_dir.cc', diff --git a/base/scoped_ptr.h b/base/scoped_ptr.h deleted file mode 100644 index f36da51..0000000 --- a/base/scoped_ptr.h +++ /dev/null @@ -1,13 +0,0 @@ -// 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. - -#ifndef BASE_SCOPED_PTR_H_ -#define BASE_SCOPED_PTR_H_ -#pragma once - -// FIXME: Remove this header when third_party/cacheinvalidation is fixed to not -// rely on it. -#include "base/memory/scoped_ptr.h" - -#endif // BASE_SCOPED_PTR_H_ |