diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 03:49:38 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 03:49:38 +0000 |
commit | 864b1368516c110605addd725ad33613047f94b2 (patch) | |
tree | 0f4d802f08b43df658ec45df351089e108f63b1b /chrome/common/extensions/extension_file_util.h | |
parent | 2803418949500717c4cbd1cb27fec8b03485e77a (diff) | |
download | chromium_src-864b1368516c110605addd725ad33613047f94b2.zip chromium_src-864b1368516c110605addd725ad33613047f94b2.tar.gz chromium_src-864b1368516c110605addd725ad33613047f94b2.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 6)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3093013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_file_util.h')
-rw-r--r-- | chrome/common/extensions/extension_file_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h index cfa69cc..a938a24 100644 --- a/chrome/common/extensions/extension_file_util.h +++ b/chrome/common/extensions/extension_file_util.h @@ -8,10 +8,10 @@ #include <string> -#include "base/file_path.h" #include "chrome/common/extensions/extension.h" class ExtensionMessageBundle; +class FilePath; // Utilties for manipulating the on-disk storage of extensions. namespace extension_file_util { @@ -72,6 +72,6 @@ bool CheckForIllegalFilenames(const FilePath& extension_path, // Get a relative file path from a chrome-extension:// URL. FilePath ExtensionURLToRelativeFilePath(const GURL& url); -} // extension_file_util +} // namespace extension_file_util #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_FILE_UTIL_H_ |