summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-23 13:49:27 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-23 13:49:27 +0000
commit6d5e8255ed5b7e8865fd20af2530953990376f9f (patch)
treefbcc42b99aefe04ada1cd5c351ba1a652ccf3cb5 /chrome/browser
parent3c93c7475a236ffee13504591906248b2cbd9849 (diff)
downloadchromium_src-6d5e8255ed5b7e8865fd20af2530953990376f9f.zip
chromium_src-6d5e8255ed5b7e8865fd20af2530953990376f9f.tar.gz
chromium_src-6d5e8255ed5b7e8865fd20af2530953990376f9f.tar.bz2
Remove a dead type declaration overlooked when merging.
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6066005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/policy/configuration_policy_pref_store.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/policy/configuration_policy_pref_store.cc b/chrome/browser/policy/configuration_policy_pref_store.cc
index f4876f0..23e6510 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store.cc
@@ -70,8 +70,6 @@ class ConfigurationPolicyPrefKeeper
const char* preference_path; // A DictionaryValue path, not a file path.
};
- typedef std::set<const char*> ProxyPreferenceSet;
-
// Returns the map entry that corresponds to |policy| in the map.
const PolicyToPreferenceMapEntry* FindPolicyInMap(
ConfigurationPolicyType policy,