| Index: chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h b/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| index 50f54609a1760dc673183da85361748dafb07a54..14dcab048d7433d9234ea10bcfa8e15fa95cb7ed 100644
|
| --- a/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| +++ b/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class MobileSetupDialog {
|
| public:
|
| - static void Show(const std::string& service_path);
|
| + static void ShowByNetworkId(const std::string& network_id);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MobileSetupDialog);
|
|
|