| Index: owner_key.h
|
| diff --git a/owner_key.h b/owner_key.h
|
| index c35112fc4ac7644db78f119de505c543d8fb064c..303aca41cae0075e4bbfeec4f1c092ebd0b1c7c6 100644
|
| --- a/owner_key.h
|
| +++ b/owner_key.h
|
| @@ -34,8 +34,8 @@ class OwnerKey {
|
|
|
| virtual bool Equals(const std::string& key_der) const;
|
| virtual bool VEquals(const std::vector<uint8>& key_der) const;
|
| - virtual bool HaveCheckedDisk();
|
| - virtual bool IsPopulated();
|
| + virtual bool HaveCheckedDisk() const;
|
| + virtual bool IsPopulated() const;
|
|
|
| // If |key_file_| exists, populate the object with the contents of the file.
|
| // If the file isn't there, that's ok.
|
|
|