| Index: chrome/installer/util/lzma_util.h
|
| diff --git a/chrome/installer/util/lzma_util.h b/chrome/installer/util/lzma_util.h
|
| index 09a8643a4166e2a48850ef5f064e0fda81ed19c6..634309cb058485dc89ba93b15f68de39e2814b07 100644
|
| --- a/chrome/installer/util/lzma_util.h
|
| +++ b/chrome/installer/util/lzma_util.h
|
| @@ -12,7 +12,9 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| // This is a utility class that acts as a wrapper around LZMA SDK library
|
| class LzmaUtil {
|
| @@ -40,7 +42,7 @@ class LzmaUtil {
|
| void CloseArchive();
|
|
|
| protected:
|
| - bool CreateDirectory(const FilePath& dir);
|
| + bool CreateDirectory(const base::FilePath& dir);
|
|
|
| private:
|
| HANDLE archive_handle_;
|
|
|