Chromium Code Reviews| Index: base/version.h |
| diff --git a/base/version.h b/base/version.h |
| index 2b182bb0d1b764e19c1273e1c647b481029667b5..f034c0348f1741081e9a5a1aac1cdfa04565e993 100644 |
| --- a/base/version.h |
| +++ b/base/version.h |
| @@ -27,6 +27,9 @@ class Version { |
| ~Version(); |
| + // Creates a copy of this version. Caller takes ownership. |
| + Version* Clone() const; |
| + |
| bool Equals(const Version& other) const; |
| // Returns -1, 0, 1 for <, ==, >. |