| Index: chrome/browser/chromeos/login/app_launch_controller.h
|
| diff --git a/chrome/browser/chromeos/login/app_launch_controller.h b/chrome/browser/chromeos/login/app_launch_controller.h
|
| index b1b669c999af16e70fe7fe0393ba5069706efd93..1c9f34f4d282bd9c3f8b0d1dc1841ea421a541bd 100644
|
| --- a/chrome/browser/chromeos/login/app_launch_controller.h
|
| +++ b/chrome/browser/chromeos/login/app_launch_controller.h
|
| @@ -128,9 +128,9 @@ class AppLaunchController
|
| bool launcher_ready_;
|
|
|
| // A timer to ensure the app splash is shown for a minimum amount of time.
|
| - base::OneShotTimer<AppLaunchController> splash_wait_timer_;
|
| + base::OneShotTimer splash_wait_timer_;
|
|
|
| - base::OneShotTimer<AppLaunchController> network_wait_timer_;
|
| + base::OneShotTimer network_wait_timer_;
|
| bool waiting_for_network_;
|
| bool network_wait_timedout_;
|
| bool showing_network_dialog_;
|
|
|