From f16339329dd06c7bc6fa409af73907253efad8dc Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 17 Aug 2010 23:05:28 +0000 Subject: Header cleanup in base. This makes uses of StringPrintf and friends use the base namespace and include stringprintf.h explicitly. This also removes a bunch of unnecessary string_util includes (which exposed a few other errors like people forgetting to include . TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3119022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56446 0039d316-1c4b-4281-b951-d872f2087c98 --- base/values_unittest.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'base/values_unittest.cc') diff --git a/base/values_unittest.cc b/base/values_unittest.cc index 4b4016c..a36c588 100644 --- a/base/values_unittest.cc +++ b/base/values_unittest.cc @@ -5,7 +5,6 @@ #include #include "base/scoped_ptr.h" -#include "base/string_util.h" #include "base/string16.h" #include "base/utf_string_conversions.h" #include "base/values.h" -- cgit v1.1