diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 23:03:57 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 23:03:57 +0000 |
commit | 40fb97783548ff87b9f97068d0a9f2cbf32278a9 (patch) | |
tree | 899f9403887db1a6d760f20a8b5239333b02e9d1 /chrome/browser/safe_browsing | |
parent | 28d8a20bdf9ea1c9e31096e3e34edb2df215dd30 (diff) | |
download | chromium_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.cc | 1 | ||||
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_database_impl.h | 1 |
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" |