| Index: extensions/common/manifest_handler.h
|
| diff --git a/chrome/common/extensions/manifest_handler.h b/extensions/common/manifest_handler.h
|
| similarity index 96%
|
| rename from chrome/common/extensions/manifest_handler.h
|
| rename to extensions/common/manifest_handler.h
|
| index 42f989bc4bb0e9dc53617d0773be08257fd02aef..fd7b571e33666830d3d2bb98c6c80b7a1e7a8c50 100644
|
| --- a/chrome/common/extensions/manifest_handler.h
|
| +++ b/extensions/common/manifest_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_HANDLER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLER_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLER_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_HANDLER_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -135,4 +135,4 @@ class ManifestHandlerRegistry {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLER_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_HANDLER_H_
|
|
|