| Index: remoting/host/pairing_registry_delegate_linux.cc
|
| diff --git a/remoting/host/pairing_registry_delegate_linux.cc b/remoting/host/pairing_registry_delegate_linux.cc
|
| index c8c09e7edf4642871e9e9a2ab5b4964a0412c7e9..9b6b3d4817c5b31b3667f5abd3e46f2a2e167449 100644
|
| --- a/remoting/host/pairing_registry_delegate_linux.cc
|
| +++ b/remoting/host/pairing_registry_delegate_linux.cc
|
| @@ -109,7 +109,7 @@ bool PairingRegistryDelegateLinux::Save(
|
| const PairingRegistry::Pairing& pairing) {
|
| base::FilePath registry_path = GetRegistryPath();
|
| base::PlatformFileError error;
|
| - if (!file_util::CreateDirectoryAndGetError(registry_path, &error)) {
|
| + if (!base::CreateDirectoryAndGetError(registry_path, &error)) {
|
| LOG(ERROR) << "Could not create pairing registry directory: " << error;
|
| return false;
|
| }
|
|
|