summaryrefslogtreecommitdiffstats
path: root/components/pairing
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2014-11-12 12:53:32 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-12 20:54:04 +0000
commit4970b5813302934cfc3df8ccd0b8647a912884a1 (patch)
treee37dff9f10da0c819d6a9cba7bf599c62d194656 /components/pairing
parent3a2200e8fcdc83989c6ee200fbdce5958ccd9011 (diff)
downloadchromium_src-4970b5813302934cfc3df8ccd0b8647a912884a1.zip
chromium_src-4970b5813302934cfc3df8ccd0b8647a912884a1.tar.gz
chromium_src-4970b5813302934cfc3df8ccd0b8647a912884a1.tar.bz2
Enable -Wunused-local-typedef
BUG=321833 TBR=brettw Review URL: https://codereview.chromium.org/722513003 Cr-Commit-Position: refs/heads/master@{#303892}
Diffstat (limited to 'components/pairing')
-rw-r--r--components/pairing/fake_host_pairing_controller.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/pairing/fake_host_pairing_controller.cc b/components/pairing/fake_host_pairing_controller.cc
index 12798e4..e6d1e76 100644
--- a/components/pairing/fake_host_pairing_controller.cc
+++ b/components/pairing/fake_host_pairing_controller.cc
@@ -36,8 +36,6 @@ FakeHostPairingController::~FakeHostPairingController() {
}
void FakeHostPairingController::ApplyConfig(const std::string& config) {
- typedef std::vector<std::string> Tokens;
-
base::StringPairs kv_pairs;
CHECK(base::SplitStringIntoKeyValuePairs(config, ':', ',', &kv_pairs))
<< "Wrong config format.";