| Index: chrome/browser/upgrade_detector.cc
|
| diff --git a/chrome/browser/upgrade_detector.cc b/chrome/browser/upgrade_detector.cc
|
| index c3c498bfea0560e52ddb47bb0b64cb6444f67647..5271d9b171dc841bcab20c83756d3c19c29b7a5a 100644
|
| --- a/chrome/browser/upgrade_detector.cc
|
| +++ b/chrome/browser/upgrade_detector.cc
|
| @@ -12,7 +12,7 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/notification_service.h"
|
| -#include "grit/theme_resources_standard.h"
|
| +#include "grit/theme_resources.h"
|
|
|
| // How long to wait between checks for whether the user has been idle.
|
| static const int kIdleRepeatingTimerWait = 10; // Minutes (seconds if testing).
|
|
|