| Index: extensions/common/manifest_handlers/requirements_handler.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/requirements_handler.h b/extensions/common/manifest_handlers/requirements_handler.h
|
| similarity index 84%
|
| rename from chrome/common/extensions/manifest_handlers/requirements_handler.h
|
| rename to extensions/common/manifest_handlers/requirements_handler.h
|
| index 36d20f1005da4ece3c7b39e16f856b7d7d5b7855..dfd7f36eed8864ff93d1af3f5796133df0598563 100644
|
| --- a/chrome/common/extensions/manifest_handlers/requirements_handler.h
|
| +++ b/extensions/common/manifest_handlers/requirements_handler.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_REQUIREMENTS_HANDLER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_REQUIREMENTS_HANDLER_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_REQUIREMENTS_HANDLER_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_REQUIREMENTS_HANDLER_H_
|
|
|
| #include <string>
|
|
|
| @@ -46,4 +46,4 @@ class RequirementsHandler : public ManifestHandler {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_REQUIREMENTS_HANDLER_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_REQUIREMENTS_HANDLER_H_
|
|
|