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

Unified Diff: components/update_client/update_client.h

Issue 2266533002: Consistently use namespaced base::Version in components/update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months 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 | « components/update_client/test_installer.cc ('k') | components/update_client/update_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/update_client.h
diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
index dfbb0196a0437e182c83b62d2b6faa6da0bdace7..e3506f2c42ddd45fbd439acdb4f93c322f124f5c 100644
--- a/components/update_client/update_client.h
+++ b/components/update_client/update_client.h
@@ -199,7 +199,7 @@ struct CrxComponent {
// The current version if the CRX is updated. Otherwise, "0" or "0.0" if
// the CRX is installed.
- Version version;
+ base::Version version;
std::string fingerprint; // Optional.
std::string name; // Optional.
@@ -321,7 +321,7 @@ class UpdateClient : public base::RefCounted<UpdateClient> {
// other side effects regarding installs or updates done through an instance
// of this class.
virtual void SendUninstallPing(const std::string& id,
- const Version& version,
+ const base::Version& version,
int reason) = 0;
// Returns status details about a CRX update. The function returns true in
« no previous file with comments | « components/update_client/test_installer.cc ('k') | components/update_client/update_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698