| Index: chrome/browser/chromeos/first_run/drive_first_run_controller.h
|
| diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.h b/chrome/browser/chromeos/first_run/drive_first_run_controller.h
|
| index e062694175436d2a199f7aeb9894681af796bc90..3375b902b069fdee3e892fdac1cddded426a58ee 100644
|
| --- a/chrome/browser/chromeos/first_run/drive_first_run_controller.h
|
| +++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.h
|
| @@ -78,8 +78,8 @@ class DriveFirstRunController {
|
|
|
| Profile* profile_;
|
| scoped_ptr<DriveWebContentsManager> web_contents_manager_;
|
| - base::OneShotTimer<DriveFirstRunController> web_contents_timer_;
|
| - base::OneShotTimer<DriveFirstRunController> initial_delay_timer_;
|
| + base::OneShotTimer web_contents_timer_;
|
| + base::OneShotTimer initial_delay_timer_;
|
| bool started_;
|
| base::ObserverList<Observer> observer_list_;
|
|
|
|
|