| Index: chrome/browser/chromeos/boot_times_loader.h
|
| diff --git a/chrome/browser/chromeos/boot_times_loader.h b/chrome/browser/chromeos/boot_times_loader.h
|
| index 0bf9407225e04b12fb14cec645635639fb1e612e..6a9f86dbf7c4e0b942f70c4ef58d7e549ce1de55 100644
|
| --- a/chrome/browser/chromeos/boot_times_loader.h
|
| +++ b/chrome/browser/chromeos/boot_times_loader.h
|
| @@ -180,7 +180,7 @@ class BootTimesLoader
|
|
|
| std::vector<TimeMarker> login_time_markers_;
|
| std::vector<TimeMarker> logout_time_markers_;
|
| - std::set<RenderWidgetHost*> render_widget_hosts_loading_;
|
| + std::set<content::RenderWidgetHost*> render_widget_hosts_loading_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BootTimesLoader);
|
| };
|
|
|