summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension.h')
-rw-r--r--chrome/browser/extensions/extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension.h b/chrome/browser/extensions/extension.h
index 2b2f775..8a82547 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;