summaryrefslogtreecommitdiffstats
path: root/remoting/host/usage_stats_consent_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/usage_stats_consent_mac.cc')
-rw-r--r--remoting/host/usage_stats_consent_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/usage_stats_consent_mac.cc b/remoting/host/usage_stats_consent_mac.cc
index 00655a4..db82d92 100644
--- a/remoting/host/usage_stats_consent_mac.cc
+++ b/remoting/host/usage_stats_consent_mac.cc
@@ -23,7 +23,7 @@ bool GetUsageStatsConsent(bool* allowed, bool* set_by_policy) {
// which itself should happen as early as possible during startup.
CommandLine* command_line = CommandLine::ForCurrentProcess();
if (command_line->HasSwitch(kHostConfigSwitchName)) {
- FilePath config_file_path =
+ base::FilePath config_file_path =
command_line->GetSwitchValuePath(kHostConfigSwitchName);
JsonHostConfig host_config(config_file_path);
if (host_config.Read()) {