| Index: remoting/host/usage_stats_consent_mac.cc
|
| diff --git a/remoting/host/usage_stats_consent_mac.cc b/remoting/host/usage_stats_consent_mac.cc
|
| index 00655a4b9f4c93c73d46a3c632cafaacc8df26e2..db82d92c972d03556fc97d4ab56c8137e4df3b79 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()) {
|
|
|