From 2314403e94e659d586475e59975e9d84d87cbcd3 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Mon, 8 Sep 2008 20:51:30 +0000 Subject: Replace all instances of with a "base/hash_tabe.h", which does the right thing based on whatever platform we're compiling for, along with changing the hardcoded "stdext::", which is a MSVC++ism to use base::hash_{map,set}. B=1869 Review URL: http://codereview.chromium.org/1629 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1862 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/webdata/web_database.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/browser/webdata') diff --git a/chrome/browser/webdata/web_database.h b/chrome/browser/webdata/web_database.h index c2ad550..176e70f 100644 --- a/chrome/browser/webdata/web_database.h +++ b/chrome/browser/webdata/web_database.h @@ -7,7 +7,6 @@ #include #include -#include #include "base/basictypes.h" #include "chrome/browser/meta_table_helper.h" @@ -142,4 +141,3 @@ class WebDatabase { }; #endif // CHROME_BROWSER_WEBDATA_WEB_DATABASE_H__ - -- cgit v1.1