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 | |
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')
4 files changed, 0 insertions, 4 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" diff --git a/chrome/browser/tab_contents/web_contents.h b/chrome/browser/tab_contents/web_contents.h index 1cd6d6c..c6c4a26 100644 --- a/chrome/browser/tab_contents/web_contents.h +++ b/chrome/browser/tab_contents/web_contents.h @@ -10,7 +10,6 @@ #include <vector> #include "base/basictypes.h" -#include "base/hash_tables.h" #include "chrome/browser/cancelable_request.h" #include "chrome/browser/download/save_package.h" #include "chrome/browser/fav_icon_helper.h" diff --git a/chrome/browser/worker_host/worker_service.h b/chrome/browser/worker_host/worker_service.h index 7f7b282..7deac0d 100644 --- a/chrome/browser/worker_host/worker_service.h +++ b/chrome/browser/worker_host/worker_service.h @@ -8,7 +8,6 @@ #include <list> #include "base/basictypes.h" -#include "base/hash_tables.h" #include "base/singleton.h" #include "googleurl/src/gurl.h" |