| Index: chrome/browser/browser_init.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/browser_init.cc	(revision 10269)
 | 
| +++ chrome/browser/browser_init.cc	(working copy)
 | 
| @@ -179,7 +179,7 @@
 | 
|  // LaunchMode enum for the actual values of the buckets.
 | 
|  void RecordLaunchModeHistogram(LaunchMode mode) {
 | 
|    int bucket = (mode == LM_TO_BE_DECIDED) ? GetLaunchSortcutKind() : mode;
 | 
| -  UMA_HISTOGRAM_COUNTS_100(L"Launch.Modes", bucket);
 | 
| +  UMA_HISTOGRAM_COUNTS_100("Launch.Modes", bucket);
 | 
|  }
 | 
|  
 | 
|  }  // namespace
 | 
| 
 |