summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/policy_path_parser_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/policy_path_parser_mac.mm')
-rw-r--r--chrome/browser/policy/policy_path_parser_mac.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/policy/policy_path_parser_mac.mm b/chrome/browser/policy/policy_path_parser_mac.mm
index 7f1d3da..c9823d4 100644
--- a/chrome/browser/policy/policy_path_parser_mac.mm
+++ b/chrome/browser/policy/policy_path_parser_mac.mm
@@ -35,9 +35,9 @@ const MacFolderNamesToSPDMaping mac_folder_mapping[] = {
// Replaces all variable occurrences in the policy string with the respective
// system settings values.
-FilePath::StringType ExpandPathVariables(
- const FilePath::StringType& untranslated_string) {
- FilePath::StringType result(untranslated_string);
+base::FilePath::StringType ExpandPathVariables(
+ const base::FilePath::StringType& untranslated_string) {
+ base::FilePath::StringType result(untranslated_string);
if (result.length() == 0)
return result;
// Sanitize quotes in case of any around the whole string.