| Index: chrome/browser/browser_main_win.h
 | 
| diff --git a/chrome/browser/browser_main_win.h b/chrome/browser/browser_main_win.h
 | 
| index 807ef86aa4ffcab5b23f4263f6e25310f2c18c4c..7d4bcf5e6725995cc0843510aae0b0551c608d07 100644
 | 
| --- a/chrome/browser/browser_main_win.h
 | 
| +++ b/chrome/browser/browser_main_win.h
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2008 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| @@ -9,7 +9,6 @@
 | 
|  #pragma once
 | 
|  
 | 
|  class CommandLine;
 | 
| -class MetricsService;
 | 
|  
 | 
|  // Handle uninstallation when given the appropriate the command-line switch.
 | 
|  // If |chrome_still_running| is true a modal dialog will be shown asking the
 | 
| 
 |