From 1f5efc69c8a5513cb8b5dd2acb0fdba591ff6fc1 Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 19 Aug 2010 17:56:33 +0000 Subject: Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. Also fix a bunch of #includes. Folks, scoped_refptr<> is defined in base/ref_counted.h, not in base/scoped_ptr.h. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3132024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56712 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chromeos/customization_document.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/chromeos/customization_document.h') diff --git a/chrome/browser/chromeos/customization_document.h b/chrome/browser/chromeos/customization_document.h index 55182a4..ffdd74f 100644 --- a/chrome/browser/chromeos/customization_document.h +++ b/chrome/browser/chromeos/customization_document.h @@ -12,7 +12,6 @@ #include "base/basictypes.h" #include "base/file_path.h" -#include "base/scoped_ptr.h" #include "third_party/skia/include/core/SkColor.h" class DictionaryValue; -- cgit v1.1