| Index: chrome/browser/extensions/extension.h
|
| diff --git a/chrome/browser/extensions/extension.h b/chrome/browser/extensions/extension.h
|
| index 2b2f775851552f7f3c7b41d7a3d1f67710b27c5a..8a825477ce45ab892c10990be883f7545676ec80 100644
|
| --- a/chrome/browser/extensions/extension.h
|
| +++ b/chrome/browser/extensions/extension.h
|
| @@ -22,7 +22,7 @@ class Extension {
|
| static const int kExpectedFormatVersion = 1;
|
|
|
| // The name of the manifest inside an extension.
|
| - static const FilePath::CharType* kManifestFilename;
|
| + static const char kManifestFilename[];
|
|
|
| // Keys used in JSON representation of extensions.
|
| static const wchar_t* kFormatVersionKey;
|
|
|