summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/logging_installer.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 06:30:33 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 06:30:33 +0000
commitc5212894e576e713ffb90d43bc2e5de55478446e (patch)
treed94e398b1d6072967dd555fc4a09873a46e08355 /chrome/installer/util/logging_installer.h
parent3bbddbde99414282ab8984f79e39daaaf243924a (diff)
downloadchromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.zip
chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.gz
chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.bz2
FBTF: Remove unneeded headers from base/ (part 8)
BUG=none TEST=none Review URL: http://codereview.chromium.org/3232003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/logging_installer.h')
-rw-r--r--chrome/installer/util/logging_installer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/installer/util/logging_installer.h b/chrome/installer/util/logging_installer.h
index 163f315..922de72 100644
--- a/chrome/installer/util/logging_installer.h
+++ b/chrome/installer/util/logging_installer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-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.
@@ -6,8 +6,6 @@
#define CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_
#pragma once
-#include "base/logging.h"
-
class CommandLine;
class FilePath;
@@ -22,6 +20,6 @@ void EndInstallerLogging();
// Returns the full path of the log file.
FilePath GetLogFilePath(const CommandLine& command_line);
-} // namespace installer
+} // namespace installer
#endif // CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_