| Index: chrome/common/extensions/manifest_tests/extension_manifests_update_unittest.cc
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifests_update_unittest.cc b/chrome/common/extensions/manifest_tests/extension_manifests_update_unittest.cc
|
| index 9c902924a4ff2d343466aa7b104afa875c2b22b3..0f0150247bd4d8f2715cef837e2a38a33c265c1a 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifests_update_unittest.cc
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifests_update_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // 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_manifest_constants.h"
|
| #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h"
|
| #include "chrome/common/extensions/manifest_url_handler.h"
|
| +#include "extensions/common/manifest_constants.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using extensions::Extension;
|
|
|
| -namespace errors = extension_manifest_errors;
|
| +namespace errors = extensions::manifest_errors;
|
|
|
| class UpdateURLManifestTest : public ExtensionManifestTest {
|
| };
|
|
|