summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 10:00:00 +0000
committerlazyboy@chromium.org <lazyboy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 10:00:00 +0000
commitb7cd4603fead2f7da7227f157833e90ea44b8e15 (patch)
treecee866362b6789cef83843c11d08c7c7114ed7eb
parent6eef1521c2208307feb945c2d5177667745e1cdf (diff)
downloadchromium_src-b7cd4603fead2f7da7227f157833e90ea44b8e15.zip
chromium_src-b7cd4603fead2f7da7227f157833e90ea44b8e15.tar.gz
chromium_src-b7cd4603fead2f7da7227f157833e90ea44b8e15.tar.bz2
Cleanup: remove unused typedef: HttpTransactionFactoryMap
BUG=None Test=Compiled chrome target on linux. Review URL: https://codereview.chromium.org/114193008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240578 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/profiles/off_the_record_profile_io_data.h3
-rw-r--r--chrome/browser/profiles/profile_impl_io_data.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h
index 2a40135..9e7c040 100644
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
@@ -99,9 +99,6 @@ class OffTheRecordProfileIOData : public ProfileIOData {
private:
friend class base::RefCountedThreadSafe<OffTheRecordProfileIOData>;
- typedef base::hash_map<std::string, net::HttpTransactionFactory* >
- HttpTransactionFactoryMap;
-
OffTheRecordProfileIOData();
virtual ~OffTheRecordProfileIOData();
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index bce32a9..3292d6d 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -141,9 +141,6 @@ class ProfileImplIOData : public ProfileIOData {
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy;
};
- typedef base::hash_map<std::string, net::HttpTransactionFactory* >
- HttpTransactionFactoryMap;
-
ProfileImplIOData();
virtual ~ProfileImplIOData();