| Index: chromeos/components/tether/mock_local_device_data_provider.h
|
| diff --git a/chromeos/components/tether/mock_local_device_data_provider.h b/chromeos/components/tether/mock_local_device_data_provider.h
|
| index 40fa92448c269ae2c6f574cab358e9c2a229cbd6..fa1a6c5c907cad73703b3ec0c77f25eac182393c 100644
|
| --- a/chromeos/components/tether/mock_local_device_data_provider.h
|
| +++ b/chromeos/components/tether/mock_local_device_data_provider.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_COMPONENTS_TETHER_MOCK_LOCAL_DEVICE_DATA_PROVIDER_H
|
| -#define CHROMEOS_COMPONENTS_TETHER_MOCK_LOCAL_DEVICE_DATA_PROVIDER_H
|
| +#ifndef CHROMEOS_COMPONENTS_TETHER_MOCK_LOCAL_DEVICE_DATA_PROVIDER_H_
|
| +#define CHROMEOS_COMPONENTS_TETHER_MOCK_LOCAL_DEVICE_DATA_PROVIDER_H_
|
|
|
| #include <memory>
|
| #include <string>
|
| @@ -47,4 +47,4 @@ class MockLocalDeviceDataProvider : public LocalDeviceDataProvider {
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROMEOS_COMPONENTS_TETHER_MOCK_LOCAL_DEVICE_DATA_PROVIDER_H
|
| +#endif // CHROMEOS_COMPONENTS_TETHER_MOCK_LOCAL_DEVICE_DATA_PROVIDER_H_
|
|
|