diff options
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/simple_host_process.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc index 7f0b6bd..4620f8f 100644 --- a/remoting/host/simple_host_process.cc +++ b/remoting/host/simple_host_process.cc @@ -20,7 +20,7 @@ #include "base/at_exit.h" #include "base/command_line.h" -#include "base/env_var.h" +#include "base/environment.h" #include "base/file_path.h" #include "base/logging.h" #include "base/nss_util.h" |