| Index: chrome/browser/chrome_browser_main_win.cc
 | 
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
 | 
| index cbe463ab9fd0bff51e403b3a0175d72838eface8..3b2eca6dbfe3afedab5664cc0d4a9b9e62738d44 100644
 | 
| --- a/chrome/browser/chrome_browser_main_win.cc
 | 
| +++ b/chrome/browser/chrome_browser_main_win.cc
 | 
| @@ -375,7 +375,7 @@ void ChromeBrowserMainPartsWin::PostProfileInit() {
 | 
|  void ChromeBrowserMainPartsWin::PostBrowserStart() {
 | 
|    ChromeBrowserMainParts::PostBrowserStart();
 | 
|  
 | 
| -  UMA_HISTOGRAM_BOOLEAN("Windows.Tablet", base::win::IsTabletDevice());
 | 
| +  UMA_HISTOGRAM_BOOLEAN("Windows.Tablet", base::win::IsTabletDevice(nullptr));
 | 
|  
 | 
|    // Set up a task to verify installed modules in the current process.
 | 
|    content::BrowserThread::PostAfterStartupTask(
 | 
| 
 |