| Index: chrome/common/extensions/manifest_tests/extension_manifests_devtools_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_devtools_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_devtools_unittest.cc
|
| index 27bf3e4413250f014f120920deb3ba4b1ff2fe92..c2baa8d3dce2c5b55e39a427e1580d5eed8f0ada 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_devtools_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_devtools_unittest.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/extensions/extension.h"
|
| #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
|
| #include "chrome/common/extensions/manifest_url_handler.h"
|
| -#include "chrome/common/extensions/permissions/permissions_data.h"
|
| +#include "extensions/common/extension.h"
|
| #include "extensions/common/manifest_constants.h"
|
| +#include "extensions/common/permissions/permissions_data.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| class DevToolsPageManifestTest : public ExtensionManifestTest {
|
|
|