| Index: chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_handlers/automation_unittest.cc b/chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| index f3769509c92e0a1d97fe4564b39d9c4b9e1b9cea..2a3650bf7adc538bdb21dffa107f0b503a52d6d0 100644
|
| --- a/chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/automation_unittest.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/extensions/features/feature_channel.h"
|
| #include "chrome/common/extensions/manifest_handlers/automation.h"
|
| #include "chrome/common/extensions/manifest_tests/chrome_manifest_test.h"
|
| #include "chrome/grit/generated_resources.h"
|
| #include "components/version_info/version_info.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/features/feature_channel.h"
|
| #include "extensions/common/manifest_constants.h"
|
| #include "extensions/common/permissions/permission_message_test_util.h"
|
| #include "extensions/common/permissions/permissions_data.h"
|
|
|