| Index: chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| index b4e5f678650df32e3a26171c41c482c8dbd1c30b..2c364aba905faf9316e4578475626209d4f5b2ef 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc
|
| @@ -7,18 +7,18 @@
|
| #include "base/memory/linked_ptr.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/csp_handler.h"
|
| -#include "chrome/common/extensions/extension_manifest_constants.h"
|
| #include "chrome/common/extensions/incognito_handler.h"
|
| #include "chrome/common/extensions/manifest_handlers/app_isolation_info.h"
|
| #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
|
| #include "extensions/common/error_utils.h"
|
| +#include "extensions/common/manifest_constants.h"
|
| #include "extensions/common/switches.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace errors = extension_manifest_errors;
|
| -
|
| namespace extensions {
|
|
|
| +namespace errors = manifest_errors;
|
| +
|
| class PlatformAppsManifestTest : public ExtensionManifestTest {
|
| };
|
|
|
|
|