From 835d7c811c98f179090c57a827a9c9baa2130435 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Thu, 14 Oct 2010 04:38:38 +0000 Subject: Move Stats, histograms, and field trial into a metrics subdirectory of base and put them in the base namespace. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62510 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/safe_browsing/safe_browsing_database.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/safe_browsing/safe_browsing_database.cc') diff --git a/chrome/browser/safe_browsing/safe_browsing_database.cc b/chrome/browser/safe_browsing/safe_browsing_database.cc index 72d2554..df76d47 100644 --- a/chrome/browser/safe_browsing/safe_browsing_database.cc +++ b/chrome/browser/safe_browsing/safe_browsing_database.cc @@ -6,12 +6,12 @@ #include "base/command_line.h" #include "base/file_util.h" -#include "base/histogram.h" +#include "base/metrics/histogram.h" +#include "base/metrics/stats_counters.h" #include "base/time.h" #include "base/message_loop.h" #include "base/process_util.h" #include "base/sha2.h" -#include "base/stats_counters.h" #include "chrome/browser/safe_browsing/bloom_filter.h" #include "chrome/browser/safe_browsing/safe_browsing_database_bloom.h" #include "chrome/browser/safe_browsing/safe_browsing_store_file.h" -- cgit v1.1