| Index: extensions/common/manifest_handlers/offline_enabled_info.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/offline_enabled_info.h b/extensions/common/manifest_handlers/offline_enabled_info.h
|
| similarity index 84%
|
| rename from chrome/common/extensions/manifest_handlers/offline_enabled_info.h
|
| rename to extensions/common/manifest_handlers/offline_enabled_info.h
|
| index 760624b4fec3758ca1e774c9036ea730496d8f52..db8eabaecd24e1b5da18586adc6a0c1cadd2db4e 100644
|
| --- a/chrome/common/extensions/manifest_handlers/offline_enabled_info.h
|
| +++ b/extensions/common/manifest_handlers/offline_enabled_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_OFFLINE_ENABLED_INFO_H_
|
| -#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_OFFLINE_ENABLED_INFO_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_HANDLERS_OFFLINE_ENABLED_INFO_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_HANDLERS_OFFLINE_ENABLED_INFO_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -42,4 +42,4 @@ class OfflineEnabledHandler : public ManifestHandler {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_OFFLINE_ENABLED_INFO_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_HANDLERS_OFFLINE_ENABLED_INFO_H_
|
|
|