diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 07:26:43 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 07:26:43 +0000 |
commit | 3624d23823ba017c4be2270c52a9c9ea858abbdd (patch) | |
tree | b0071068eaa5c276dec61c0f36388610e0e414c0 /chrome/browser/browser_main_win.h | |
parent | 8d9ecd77c70b9a0d24859f8532631d6f1940ca9f (diff) | |
download | chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.zip chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.tar.gz chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.tar.bz2 |
Delete obviously unneeded forward declarations in chrome/browser/*.h.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3080031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_main_win.h')
-rw-r--r-- | chrome/browser/browser_main_win.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/browser_main_win.h b/chrome/browser/browser_main_win.h index 807ef86..7d4bcf5 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 |