| Index: chrome/installer/util/version.h
|
| diff --git a/chrome/installer/util/version.h b/chrome/installer/util/version.h
|
| index 8bbabce47e8177e9292a1b0f57218c4a793f820a..1f02e00ebac661ac2ba34c2ac9e120a602c63905 100644
|
| --- a/chrome/installer/util/version.h
|
| +++ b/chrome/installer/util/version.h
|
| @@ -12,7 +12,7 @@
|
| namespace installer {
|
|
|
| class Version {
|
| -public:
|
| + public:
|
| virtual ~Version();
|
|
|
| // Check if the current version is higher than the version object passed
|
| @@ -29,7 +29,7 @@ public:
|
| // Caller is responsible for freeing the Version object once done.
|
| static Version* GetVersionFromString(const std::wstring& version_str);
|
|
|
| -private:
|
| + private:
|
| int64 major_;
|
| int64 minor_;
|
| int64 build_;
|
| @@ -43,4 +43,4 @@ private:
|
|
|
| } // namespace installer
|
|
|
| -#endif
|
| +#endif // CHROME_INSTALLER_UTIL_VERSION_H_
|
|
|