| Index: chromeos/network/shill_property_handler.h
|
| diff --git a/chromeos/network/shill_property_handler.h b/chromeos/network/shill_property_handler.h
|
| index 6b10f79ecc47da6e26b746e5f53d292695cbc809..f90584c01cb2bcfd17c5f00d64a997712905a572 100644
|
| --- a/chromeos/network/shill_property_handler.h
|
| +++ b/chromeos/network/shill_property_handler.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 CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_IMPL_H_
|
| -#define CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_IMPL_H_
|
| +#ifndef CHROMEOS_NETWORK_SHILL_PROPERTY_HANDLER_H_
|
| +#define CHROMEOS_NETWORK_SHILL_PROPERTY_HANDLER_H_
|
|
|
| #include <list>
|
| #include <map>
|
| @@ -173,4 +173,4 @@ class CHROMEOS_EXPORT ShillPropertyHandler
|
| } // namespace internal
|
| } // namespace chromeos
|
|
|
| -#endif // CHROMEOS_NETWORK_NETWORK_STATE_HANDLER_IMPL_H_
|
| +#endif // CHROMEOS_NETWORK_SHILL_PROPERTY_HANDLER_H_
|
|
|