diff options
Diffstat (limited to 'action_processor_mock.h')
-rw-r--r-- | action_processor_mock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/action_processor_mock.h b/action_processor_mock.h index f4f11039..696a0b66 100644 --- a/action_processor_mock.h +++ b/action_processor_mock.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_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_MOCK_H__ -#define CHROMEOS_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_MOCK_H__ +#ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_MOCK_H_ +#define CHROMEOS_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_MOCK_H_ #include <gmock/gmock.h> @@ -19,4 +19,4 @@ class ActionProcessorMock : public ActionProcessor { } // namespace chromeos_update_engine -#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_MOCK_H__ +#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_MOCK_H_ |