diff options
Diffstat (limited to 'action_processor.h')
-rw-r--r-- | action_processor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/action_processor.h b/action_processor.h index 32457a8b..61fd29f9 100644 --- a/action_processor.h +++ b/action_processor.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_H_ -#define CHROMEOS_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_H_ +#ifndef UPDATE_ENGINE_ACTION_PROCESSOR_H_ +#define UPDATE_ENGINE_ACTION_PROCESSOR_H_ #include <deque> @@ -99,4 +99,4 @@ class ActionProcessorDelegate { } // namespace chromeos_update_engine -#endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_ACTION_PROCESSOR_H_ +#endif // UPDATE_ENGINE_ACTION_PROCESSOR_H_ |