| Index: extensions/browser/verified_contents.h
|
| diff --git a/extensions/browser/verified_contents.h b/extensions/browser/verified_contents.h
|
| index 31e9f640c42bc66c871308376bd5f47d4873b622..1cf0bdb16f867554a24d163fe9e5868fd409f74c 100644
|
| --- a/extensions/browser/verified_contents.h
|
| +++ b/extensions/browser/verified_contents.h
|
| @@ -55,8 +55,6 @@ class VerifiedContents {
|
| bool valid_signature() { return valid_signature_; }
|
|
|
| private:
|
| - DISALLOW_COPY_AND_ASSIGN(VerifiedContents);
|
| -
|
| // Returns the base64url-decoded "payload" field from the json at |path|, if
|
| // the signature was valid (or ignore_invalid_signature was set to true).
|
| bool GetPayload(const base::FilePath& path,
|
| @@ -87,6 +85,8 @@ class VerifiedContents {
|
|
|
| // The expected treehash root hashes for each file.
|
| std::map<base::FilePath, std::string> root_hashes_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(VerifiedContents);
|
| };
|
|
|
| } // namespace extensions
|
|
|