| Index: chrome/browser/parsers/metadata_parser.h
|
| diff --git a/chrome/browser/parsers/metadata_parser.h b/chrome/browser/parsers/metadata_parser.h
|
| index 6700d14b8bba1c7d7520f0cfa9030008ea425962..8034a36dbe7d1d31083095d1496fb09150269539 100644
|
| --- a/chrome/browser/parsers/metadata_parser.h
|
| +++ b/chrome/browser/parsers/metadata_parser.h
|
| @@ -7,7 +7,9 @@
|
|
|
| #include <string>
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| // Allows for Iteration on the Properties of a given file.
|
| class MetadataPropertyIterator {
|
| @@ -30,7 +32,7 @@ class MetadataPropertyIterator {
|
| // Represents a single instance of parsing on a particular file.
|
| class MetadataParser {
|
| public:
|
| - explicit MetadataParser(const FilePath& path) {}
|
| + explicit MetadataParser(const base::FilePath& path) {}
|
| virtual ~MetadataParser() {}
|
|
|
|
|
|
|