| Index: chrome/installer/test/resource_loader.h
|
| diff --git a/chrome/installer/test/resource_loader.h b/chrome/installer/test/resource_loader.h
|
| index 026e21cfebdeac90cd5970fe516139d6960e1827..b43056c42899528db770dbd465eb239b809e73ed 100644
|
| --- a/chrome/installer/test/resource_loader.h
|
| +++ b/chrome/installer/test/resource_loader.h
|
| @@ -14,7 +14,9 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace upgrade_test {
|
|
|
| @@ -25,7 +27,7 @@ class ResourceLoader {
|
| ~ResourceLoader();
|
|
|
| // Loads |pe_image_path| in preparation for loading its resources.
|
| - bool Initialize(const FilePath& pe_image_path);
|
| + bool Initialize(const base::FilePath& pe_image_path);
|
|
|
| // Places the address and size of the resource |name| of |type| into
|
| // |resource_data|, returning true on success. The address of the resource is
|
|
|