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/scoped_temp_dir.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'base/scoped_temp_dir.cc') diff --git a/base/scoped_temp_dir.cc b/base/scoped_temp_dir.cc index 53452f1..958dcbc 100644 --- a/base/scoped_temp_dir.cc +++ b/base/scoped_temp_dir.cc @@ -6,7 +6,6 @@ #include "base/file_util.h" #include "base/logging.h" -#include "base/string_util.h" ScopedTempDir::ScopedTempDir() { } -- cgit v1.1