| Index: ash/common/system/chromeos/network/vpn_delegate.h
|
| diff --git a/ash/system/chromeos/network/vpn_delegate.h b/ash/common/system/chromeos/network/vpn_delegate.h
|
| similarity index 93%
|
| rename from ash/system/chromeos/network/vpn_delegate.h
|
| rename to ash/common/system/chromeos/network/vpn_delegate.h
|
| index fd6fe72972e8e88fd3cf42b635291a651ed0f9c3..88b58cacf8010e486dbb927e0eba0efaca560449 100644
|
| --- a/ash/system/chromeos/network/vpn_delegate.h
|
| +++ b/ash/common/system/chromeos/network/vpn_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H
|
| -#define ASH_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -98,4 +98,4 @@ class ASH_EXPORT VPNDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_NETWORK_VPN_DELEGATE_H_
|
|
|