diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 01:24:10 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 01:24:10 +0000 |
commit | 9d7a5174900d0bba65bc7b0abc2a09d39b2f9fa8 (patch) | |
tree | 7191d98105b633ebc3e63f160f5937964be7868a /chrome/installer/util/helper.h | |
parent | f61ad87c229d99da887a5320a83fa23b69a46b4b (diff) | |
download | chromium_src-9d7a5174900d0bba65bc7b0abc2a09d39b2f9fa8.zip chromium_src-9d7a5174900d0bba65bc7b0abc2a09d39b2f9fa8.tar.gz chromium_src-9d7a5174900d0bba65bc7b0abc2a09d39b2f9fa8.tar.bz2 |
Cleanup some installer style nits.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/5430003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/helper.h')
-rw-r--r-- | chrome/installer/util/helper.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h index 747e11b..07bc893 100644 --- a/chrome/installer/util/helper.h +++ b/chrome/installer/util/helper.h @@ -8,9 +8,8 @@ #define CHROME_INSTALLER_UTIL_HELPER_H_ #pragma once -#include "base/file_path.h" - class BrowserDistribution; +class FilePath; namespace installer { |