| Index: extensions/common/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/extensions/common/extension.h
|
| similarity index 99%
|
| rename from chrome/common/extensions/extension.h
|
| rename to extensions/common/extension.h
|
| index 2bb79eb0735447f68155e29edb1470423f2002ce..642efb2d69e394ff7c1edcb6d2066cc58412a2ad 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/extensions/common/extension.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_EXTENSION_H_
|
| -#define CHROME_COMMON_EXTENSIONS_EXTENSION_H_
|
| +#ifndef EXTENSIONS_COMMON_EXTENSION_H_
|
| +#define EXTENSIONS_COMMON_EXTENSION_H_
|
|
|
| #include <algorithm>
|
| #include <iosfwd>
|
| @@ -532,4 +532,4 @@ struct UpdatedExtensionPermissionsInfo {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_H_
|
| +#endif // EXTENSIONS_COMMON_EXTENSION_H_
|
|
|