From 604eb05b99b6098d36abadd2c1c2b6a1a79b705a Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Fri, 18 Jan 2013 14:21:58 +0000 Subject: base: Convert scoped_arrays to the new scoped_ptr style. BUG=109874 R=darin@chromium.org,ajwong@chromium.org Review URL: https://chromiumcodereview.appspot.com/11961021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177670 0039d316-1c4b-4281-b951-d872f2087c98 --- base/nix/mime_util_xdg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/nix') diff --git a/base/nix/mime_util_xdg.cc b/base/nix/mime_util_xdg.cc index e58e03d..2e0dbee 100644 --- a/base/nix/mime_util_xdg.cc +++ b/base/nix/mime_util_xdg.cc @@ -160,7 +160,7 @@ class IconTheme { // store the subdirs of this theme and array index of |info_array_|. std::map subdirs_; - scoped_array info_array_; // List of sub-directories. + scoped_ptr info_array_; // List of sub-directories. std::string inherits_; // Name of the theme this one inherits from. }; -- cgit v1.1