summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/policy_path_parser_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/policy_path_parser_win.cc')
-rw-r--r--chrome/browser/policy/policy_path_parser_win.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/policy/policy_path_parser_win.cc b/chrome/browser/policy/policy_path_parser_win.cc
index ce7ca31..3a7f7e2 100644
--- a/chrome/browser/policy/policy_path_parser_win.cc
+++ b/chrome/browser/policy/policy_path_parser_win.cc
@@ -43,9 +43,9 @@ const WinFolderNamesToCSIDLMapping win_folder_mapping[] = {
// Replaces all variable occurances 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.