| Index: chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| diff --git a/chrome/browser/chromeos/system/name_value_pairs_parser.h b/chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| index b35cd4c1eea731e611e7715bcb0e6f1b42eae014..a41a5ad555bc7f5913002a73296687dee8567580 100644
|
| --- a/chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| +++ b/chrome/browser/chromeos/system/name_value_pairs_parser.h
|
| @@ -10,7 +10,9 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace chromeos {
|
| namespace system {
|
| @@ -36,7 +38,7 @@ class NameValuePairsParser {
|
| // Parses name-value pairs from the file.
|
| // Returns false if there was any error in the file. Valid pairs will still be
|
| // added to the map.
|
| - bool GetNameValuePairsFromFile(const FilePath& file_path,
|
| + bool GetNameValuePairsFromFile(const base::FilePath& file_path,
|
| const std::string& eq,
|
| const std::string& delim);
|
|
|
|
|