Index: extensions/browser/content_hash_fetcher.cc |
diff --git a/extensions/browser/content_hash_fetcher.cc b/extensions/browser/content_hash_fetcher.cc |
index a5c32010c7798498f8764cc6e995e685fc405817..041393ed50a31bd2af406d707b42a03996d48d4d 100644 |
--- a/extensions/browser/content_hash_fetcher.cc |
+++ b/extensions/browser/content_hash_fetcher.cc |
@@ -350,6 +350,7 @@ bool ContentHashFetcherJob::CreateHashes(const base::FilePath& hashes_file) { |
const base::FilePath& full_path = *i; |
base::FilePath relative_path; |
extension_path_.AppendRelativePath(full_path, &relative_path); |
+ relative_path = relative_path.NormalizePathSeparatorsTo('/'); |
const std::string* expected_root = |
verified_contents.GetTreeHashRoot(relative_path); |