| Index: remoting/host/policy_hack/policy_watcher_linux.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher_linux.cc b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| index 37ed8a07e299681f746507112caf7e8683c5e08c..62a3d179480da1b8d2ea622c3e1a7ea683d2fc45 100644
|
| --- a/remoting/host/policy_hack/policy_watcher_linux.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher_linux.cc
|
| @@ -100,7 +100,7 @@ class PolicyWatcherLinux : public PolicyWatcher {
|
| base::Time GetLastModification() {
|
| DCHECK(OnPolicyWatcherThread());
|
| base::Time last_modification = base::Time();
|
| - base::PlatformFileInfo file_info;
|
| + base::File::Info file_info;
|
|
|
| // If the path does not exist or points to a directory, it's safe to load.
|
| if (!base::GetFileInfo(config_dir_, &file_info) ||
|
|
|