Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2706)

Unified Diff: chrome/installer/util/version.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/lzma_util.h ('k') | chrome/plugin/plugin_channel_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/installer/util/lzma_util.h ('k') | chrome/plugin/plugin_channel_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698