| Index: extensions/browser/content_verifier.cc
|
| diff --git a/extensions/browser/content_verifier.cc b/extensions/browser/content_verifier.cc
|
| index b85e8eeebcac6f77b6bac1d0b7f300b2568cfd45..3bbe4a9a6bdc2d67c697e17625b7fb29d87fe500 100644
|
| --- a/extensions/browser/content_verifier.cc
|
| +++ b/extensions/browser/content_verifier.cc
|
| @@ -124,8 +124,7 @@
|
|
|
| // Note that elsewhere we always normalize path separators to '/' so this
|
| // should work for all platforms.
|
| - return base::FilePath(
|
| - base::JoinString(parts, base::FilePath::StringType(1, '/')));
|
| + return base::FilePath(JoinString(parts, '/'));
|
| }
|
|
|
| void ContentVerifier::OnExtensionLoaded(
|
|
|