| Index: chrome/installer/setup/setup_constants.cc
 | 
| ===================================================================
 | 
| --- chrome/installer/setup/setup_constants.cc	(revision 11111)
 | 
| +++ chrome/installer/setup/setup_constants.cc	(working copy)
 | 
| @@ -17,6 +17,7 @@
 | 
|  const wchar_t kInstallSourceDir[] = L"source";
 | 
|  const wchar_t kInstallSourceChromeDir[] = L"Chrome-bin";
 | 
|  
 | 
| -const wchar_t kMediaPlayerRegPath[] = L"Software\\Microsoft\\MediaPlayer\\ShimInclusionList";
 | 
| +const wchar_t kMediaPlayerRegPath[] =
 | 
| +    L"Software\\Microsoft\\MediaPlayer\\ShimInclusionList";
 | 
|  }  // namespace installer
 | 
|  
 | 
| 
 |