| 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 0d39e6aa1ba19dc7714d37ed3cb040d39cc01b22..611b685472a1d09188f5a0a6fde66b54184358ae 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();
|
| + static void Show(const std::string& service_path);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MobileSetupDialog);
|
|
|