| Index: chrome/installer/util/google_update_settings.cc
 | 
| ===================================================================
 | 
| --- chrome/installer/util/google_update_settings.cc	(revision 62848)
 | 
| +++ chrome/installer/util/google_update_settings.cc	(working copy)
 | 
| @@ -7,15 +7,17 @@
 | 
|  #include <algorithm>
 | 
|  
 | 
|  #include "base/command_line.h"
 | 
| -#include "base/registry.h"
 | 
|  #include "base/string_number_conversions.h"
 | 
|  #include "base/string_util.h"
 | 
|  #include "base/time.h"
 | 
| +#include "base/win/registry.h"
 | 
|  #include "chrome/common/chrome_switches.h"
 | 
|  #include "chrome/installer/util/browser_distribution.h"
 | 
|  #include "chrome/installer/util/google_update_constants.h"
 | 
|  #include "chrome/installer/util/install_util.h"
 | 
|  
 | 
| +using base::win::RegKey;
 | 
| +
 | 
|  namespace {
 | 
|  
 | 
|  bool ReadGoogleUpdateStrKey(const wchar_t* const name, std::wstring* value) {
 | 
| 
 |