| Index: remoting/host/pairing_registry_delegate_linux.h
|
| diff --git a/remoting/host/pairing_registry_delegate_linux.h b/remoting/host/pairing_registry_delegate_linux.h
|
| index ad342ebf19531bc365a5b694f643b79c441a18d5..b101c8f7d3aa8cdc50299f422f9b8a56ad72e79b 100644
|
| --- a/remoting/host/pairing_registry_delegate_linux.h
|
| +++ b/remoting/host/pairing_registry_delegate_linux.h
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef REMOTING_PROTOCOL_PAIRING_REGISTRY_DELEGATE_LINUX_H_
|
| -#define REMOTING_PROTOCOL_PAIRING_REGISTRY_DELEGATE_LINUX_H_
|
| +#ifndef REMOTING_HOST_PAIRING_REGISTRY_DELEGATE_LINUX_H_
|
| +#define REMOTING_HOST_PAIRING_REGISTRY_DELEGATE_LINUX_H_
|
|
|
| #include "remoting/protocol/pairing_registry.h"
|
|
|
| #include "base/files/file_path.h"
|
| +#include "base/gtest_prod_util.h"
|
|
|
| namespace base {
|
| class ListValue;
|
| @@ -47,4 +48,4 @@ class PairingRegistryDelegateLinux
|
|
|
| } // namespace remoting
|
|
|
| -#endif // REMOTING_PROTOCOL_PAIRING_REGISTRY_DELEGATE_LINUX_H_
|
| +#endif // REMOTING_HOST_PAIRING_REGISTRY_DELEGATE_LINUX_H_
|
|
|