| Index: chrome/browser/upgrade_detector.cc | 
| diff --git a/chrome/browser/upgrade_detector.cc b/chrome/browser/upgrade_detector.cc | 
| index 2544d59b089069da67f74f93bac3a852a6de39b1..1fd609c8e85c2e0caee57a4ffdcff24d84308b07 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.h" | 
| +#include "grit/theme_resources_standard.h" | 
|  | 
| // How long to wait between checks for whether the user has been idle. | 
| static const int kIdleRepeatingTimerWait = 10;  // Minutes (seconds if testing). | 
|  |