| Index: chrome/browser/chromeos/login/wizard_controller.h
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
|
| index a9f46b7ecf9b577db83eeade7a953919b2402bd3..b83f619727cfe49a8671991ef7f232adb5685125 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -88,7 +88,7 @@ class WizardController : public ScreenObserver {
|
| // Returns initial locale from local settings.
|
| static std::string GetInitialLocale();
|
|
|
| - // Sets delays to zero. MUST be used only for browser tests.
|
| + // Sets delays to zero. MUST be used only for tests.
|
| static void SetZeroDelays();
|
|
|
| // If true zero delays have been enabled (for browser tests).
|
|
|