| Index: extensions/common/manifest_handlers/sandboxed_page_info.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/sandboxed_page_info.h b/extensions/common/manifest_handlers/sandboxed_page_info.h
|
| similarity index 87%
|
| rename from chrome/common/extensions/manifest_handlers/sandboxed_page_info.h
|
| rename to extensions/common/manifest_handlers/sandboxed_page_info.h
|
| index 1af913b12ec44360c4a65a22358e9f7a737f890a..209a631143c862ecbbbc5245b108e70deeae6ead 100644
|
| --- a/chrome/common/extensions/manifest_handlers/sandboxed_page_info.h
|
| +++ b/extensions/common/manifest_handlers/sandboxed_page_info.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_SANDBOXED_PAGE_INFO_H_
|
| -#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_SANDBOXED_PAGE_INFO_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_SANDBOXED_PAGE_INFO_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_SANDBOXED_PAGE_INFO_H_
|
|
|
| #include <string>
|
|
|
| @@ -52,4 +52,4 @@ class SandboxedPageHandler : public ManifestHandler {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_SANDBOXED_PAGE_INFO_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_SANDBOXED_PAGE_INFO_H_
|
|
|