Index: extensions/browser/content_verifier.h |
diff --git a/extensions/browser/content_verifier.h b/extensions/browser/content_verifier.h |
index 6d31f692b8429ffaf402ec5da79176b2068f2929..bd22081c58706c1c81c36b47f78abb461921e266 100644 |
--- a/extensions/browser/content_verifier.h |
+++ b/extensions/browser/content_verifier.h |
@@ -86,7 +86,7 @@ class ContentVerifier : public base::RefCountedThreadSafe<ContentVerifier>, |
const std::set<base::FilePath>& hash_mismatch_paths); |
void OnFetchCompleteHelper(const std::string& extension_id, |
- bool shouldVerifyAnyPathsResult); |
+ bool should_verify_any_paths_result); |
// Returns true if any of the paths in |relative_paths| *should* have their |
// contents verified. (Some files get transcoded during the install process, |