| Index: chrome/browser/performance_monitor/startup_timer.cc
|
| ===================================================================
|
| --- chrome/browser/performance_monitor/startup_timer.cc (revision 211259)
|
| +++ chrome/browser/performance_monitor/startup_timer.cc (working copy)
|
| @@ -7,9 +7,9 @@
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string_number_conversions.h"
|
| +#include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/performance_monitor/database.h"
|
| #include "chrome/browser/performance_monitor/performance_monitor.h"
|
| -#include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|