| Index: extensions/common/manifest.h
|
| diff --git a/chrome/common/extensions/manifest.h b/extensions/common/manifest.h
|
| similarity index 98%
|
| rename from chrome/common/extensions/manifest.h
|
| rename to extensions/common/manifest.h
|
| index e43443d4055832168baa385e97aee04b3710b463..c7d738d2f18ffc015ff74b48032a9e2ee79d4a86 100644
|
| --- a/chrome/common/extensions/manifest.h
|
| +++ b/extensions/common/manifest.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_H_
|
| -#define CHROME_COMMON_EXTENSIONS_MANIFEST_H_
|
| +#ifndef EXTENSIONS_COMMON_MANIFEST_H_
|
| +#define EXTENSIONS_COMMON_MANIFEST_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -174,4 +174,4 @@ class Manifest {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_H_
|
| +#endif // EXTENSIONS_COMMON_MANIFEST_H_
|
|
|