diff options
Diffstat (limited to 'chrome/browser/net/network_stats.cc')
-rw-r--r-- | chrome/browser/net/network_stats.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/network_stats.cc b/chrome/browser/net/network_stats.cc index a7c1b6a..c0c823f 100644 --- a/chrome/browser/net/network_stats.cc +++ b/chrome/browser/net/network_stats.cc @@ -10,7 +10,7 @@ #include "base/metrics/field_trial.h" #include "base/metrics/histogram.h" #include "base/rand_util.h" -#include "base/stringprintf.h" +#include "base/strings/stringprintf.h" #include "base/threading/platform_thread.h" #include "base/time.h" #include "base/tuple.h" |