Chromium Code Reviews| Index: chrome/browser/chromeos/boot_times_loader.cc |
| diff --git a/chrome/browser/chromeos/boot_times_loader.cc b/chrome/browser/chromeos/boot_times_loader.cc |
| index 086b45b45b589237f29e6fc7d59c4db0fb3d182f..55ae8d2418a19a8efc741be5ca458a867e62bfb6 100644 |
| --- a/chrome/browser/chromeos/boot_times_loader.cc |
| +++ b/chrome/browser/chromeos/boot_times_loader.cc |
| @@ -24,7 +24,7 @@ typedef struct Stats { |
| std::string disk; |
| Stats() : uptime(std::string()), disk(std::string()) {} |
| -}; |
| +} Stats; |
| } |