| Index: chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| index dabd07526dd5d5f6fa3f5cd53d260e8460dce98f..160707b3977f62ceebe2fd8da8dc6f66b2e394a2 100644
|
| --- a/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
|
| @@ -188,7 +188,7 @@ class SimUnlockHandler : public WebUIMessageHandler,
|
| // Processing for the cases when dialog was cancelled.
|
| void CancelDialog();
|
|
|
| - // Pass PIN/PUK code to flimflam and check status.
|
| + // Pass PIN/PUK code to shill and check status.
|
| void EnterCode(const std::string& code, SimUnlockCode code_type);
|
|
|
| // Single handler for PIN/PUK code operations.
|
|
|