summaryrefslogtreecommitdiff
path: root/omaha_response_handler_action_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'omaha_response_handler_action_unittest.cc')
-rw-r--r--omaha_response_handler_action_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/omaha_response_handler_action_unittest.cc b/omaha_response_handler_action_unittest.cc
index 418383ae..fb99ddb3 100644
--- a/omaha_response_handler_action_unittest.cc
+++ b/omaha_response_handler_action_unittest.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "update_engine/omaha_response_handler_action.h"
+
#include <string>
#include <gtest/gtest.h>
@@ -9,7 +11,6 @@
#include "update_engine/constants.h"
#include "update_engine/fake_system_state.h"
#include "update_engine/mock_payload_state.h"
-#include "update_engine/omaha_response_handler_action.h"
#include "update_engine/test_utils.h"
#include "update_engine/utils.h"