Index: chrome/browser/local_discovery/privetv3_setup_flow.cc |
diff --git a/chrome/browser/local_discovery/privetv3_setup_flow.cc b/chrome/browser/local_discovery/privetv3_setup_flow.cc |
index 3b5b32beacf51b720de8ed8667a1527c8f84a265..59feaa093bf5b19cacdff73677da42f6eb8d467d 100644 |
--- a/chrome/browser/local_discovery/privetv3_setup_flow.cc |
+++ b/chrome/browser/local_discovery/privetv3_setup_flow.cc |
@@ -113,7 +113,7 @@ void PrivetV3SetupFlow::OnPairingDone(PrivetV3Session::Result result) { |
void PrivetV3SetupFlow::OnSetupMessageSent( |
PrivetV3Session::Result result, |
- const base::DictionaryValue& responce) { |
+ const base::DictionaryValue& response) { |
if (result != PrivetV3Session::Result::STATUS_SUCCESS) |
return OnSetupError(); |
delegate_->OnSetupDone(); |