summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 23:03:57 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 23:03:57 +0000
commit40fb97783548ff87b9f97068d0a9f2cbf32278a9 (patch)
tree899f9403887db1a6d760f20a8b5239333b02e9d1 /chrome/browser/safe_browsing
parent28d8a20bdf9ea1c9e31096e3e34edb2df215dd30 (diff)
downloadchromium_src-40fb97783548ff87b9f97068d0a9f2cbf32278a9.zip
chromium_src-40fb97783548ff87b9f97068d0a9f2cbf32278a9.tar.gz
chromium_src-40fb97783548ff87b9f97068d0a9f2cbf32278a9.tar.bz2
Remove unneeded uses of base/hash_tables.h.
Review URL: http://codereview.chromium.org/48098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing')
-rw-r--r--chrome/browser/safe_browsing/protocol_parser_unittest.cc1
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database_impl.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/safe_browsing/protocol_parser_unittest.cc b/chrome/browser/safe_browsing/protocol_parser_unittest.cc
index 5bff02f..c41ac7e 100644
--- a/chrome/browser/safe_browsing/protocol_parser_unittest.cc
+++ b/chrome/browser/safe_browsing/protocol_parser_unittest.cc
@@ -4,7 +4,6 @@
//
// Program to test the SafeBrowsing protocol parsing v2.1.
-#include "base/hash_tables.h"
#include "base/string_util.h"
#include "chrome/browser/safe_browsing/protocol_parser.h"
#include "testing/gtest/include/gtest/gtest.h"
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_impl.h b/chrome/browser/safe_browsing/safe_browsing_database_impl.h
index 1d46626..50c95ca 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database_impl.h
+++ b/chrome/browser/safe_browsing/safe_browsing_database_impl.h
@@ -12,7 +12,6 @@
#include <string>
#include <vector>
-#include "base/hash_tables.h"
#include "base/scoped_ptr.h"
#include "base/task.h"
#include "base/time.h"