| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index 492ddbc27b44dc5af8c9df3a9d117115ab08fa18..648663d752c95aba062137a08f260747805a95b0 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -12,13 +12,13 @@ namespace extensions {
|
| // Scheme we serve extension content from.
|
| extern const char kExtensionScheme[];
|
|
|
| - // The name of the manifest inside an extension.
|
| +// The name of the manifest inside an extension.
|
| extern const base::FilePath::CharType kManifestFilename[];
|
|
|
| - // The name of locale folder inside an extension.
|
| +// The name of locale folder inside an extension.
|
| extern const base::FilePath::CharType kLocaleFolder[];
|
|
|
| - // The name of the messages file inside an extension.
|
| +// The name of the messages file inside an extension.
|
| extern const base::FilePath::CharType kMessagesFilename[];
|
|
|
| // The base directory for subdirectories with platform-specific code.
|
|
|