| Index: chrome/common/extensions/extension.cc
|
| diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
|
| index 902eab41745b1a60e336bf01bf2d825b8ae44d1f..acb88f47e507ebad0d9e0e750ee8df75a87b4f56 100644
|
| --- a/chrome/common/extensions/extension.cc
|
| +++ b/chrome/common/extensions/extension.cc
|
| @@ -168,9 +168,7 @@ const std::string Extension::VersionString() const {
|
|
|
| // static
|
| bool Extension::IsExtension(const FilePath& file_name) {
|
| - return file_name.MatchesExtension(
|
| - FilePath::StringType(FILE_PATH_LITERAL(".")) +
|
| - chrome::kExtensionFileExtension);
|
| + return file_name.MatchesExtension(chrome::kExtensionFileExtension);
|
| }
|
|
|
| // static
|
|
|