| Index: cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| diff --git a/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc b/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| index ad43c8ff6dddb7114da4128ac2ee164669963c39..ab235e66b4c4102980b8620328f4392614ea237a 100644
|
| --- a/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| +++ b/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| @@ -310,7 +310,7 @@ base::FilePath GetChromeExePath() {
|
|
|
| base::FilePath GetChromeProfilePath() {
|
| base::FilePath path = ReadPathFromAnyRegistry(kChromeProfilePathRegValue);
|
| - if (!path.empty() && file_util::DirectoryExists(path))
|
| + if (!path.empty() && base::DirectoryExists(path))
|
| return path;
|
| return base::FilePath();
|
| }
|
|
|