summaryrefslogtreecommitdiffstats
path: root/chrome/browser/diagnostics
diff options
context:
space:
mode:
authordilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 22:13:24 +0000
committerdilmah@chromium.org <dilmah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-19 22:13:24 +0000
commit7286e3fca5309c743061deb6f5593a070f35f592 (patch)
treeb53a3c961955ca59258a91fe8f9e6605b71da511 /chrome/browser/diagnostics
parentf706d901ff9830869f4ef3ebc50ee53282970c35 (diff)
downloadchromium_src-7286e3fca5309c743061deb6f5593a070f35f592.zip
chromium_src-7286e3fca5309c743061deb6f5593a070f35f592.tar.gz
chromium_src-7286e3fca5309c743061deb6f5593a070f35f592.tar.bz2
some cleanup for base/stl_util
removed unused/irrelevant functions removed irrelevant comments Moved stl_util-inl.h => stl_util.h BUG=None TEST=None Review URL: http://codereview.chromium.org/7342047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r--chrome/browser/diagnostics/diagnostics_model.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_model.cc b/chrome/browser/diagnostics/diagnostics_model.cc
index b3ff24d..8182514 100644
--- a/chrome/browser/diagnostics/diagnostics_model.cc
+++ b/chrome/browser/diagnostics/diagnostics_model.cc
@@ -11,7 +11,7 @@
#include "base/command_line.h"
#include "base/file_path.h"
#include "base/file_util.h"
-#include "base/stl_util-inl.h"
+#include "base/stl_util.h"
#include "base/string_util.h"
#include "base/path_service.h"
#include "chrome/browser/diagnostics/diagnostics_test.h"