diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 00:22:07 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 00:22:07 +0000 |
commit | 33272e1f0fcbc1dee150323df883293cfb29f58d (patch) | |
tree | e004dbbd4e74433fcbadf93339fa7c4a3eb620ed /chrome/browser/net | |
parent | 502e605ef343c8948a3fe6fc0e36907b9a3f3dba (diff) | |
download | chromium_src-33272e1f0fcbc1dee150323df883293cfb29f58d.zip chromium_src-33272e1f0fcbc1dee150323df883293cfb29f58d.tar.gz chromium_src-33272e1f0fcbc1dee150323df883293cfb29f58d.tar.bz2 |
base: Fix the TODO in string_util.h
This removes the include of stringprintf.h from string_util.h and fix the clients.
BUG=None
TEST=None
R=evan@chromium.org
Review URL: http://codereview.chromium.org/7633055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net')
-rw-r--r-- | chrome/browser/net/network_stats.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/net/network_stats.cc b/chrome/browser/net/network_stats.cc index fc16084..5b394b1 100644 --- a/chrome/browser/net/network_stats.cc +++ b/chrome/browser/net/network_stats.cc @@ -9,6 +9,7 @@ #include "base/message_loop.h" #include "base/metrics/field_trial.h" #include "base/metrics/histogram.h" +#include "base/stringprintf.h" #include "base/task.h" #include "base/threading/platform_thread.h" #include "base/time.h" |