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

Unified Diff: components/update_client/test_installer.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/crx_update_item.h ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/test_installer.h
diff --git a/components/update_client/test_installer.h b/components/update_client/test_installer.h
index b6ef1826e1b5aaefd1659eb4345ca6804a43b1d2..97e582ee8b86fc2148da6caae48c2ab682989a67 100644
--- a/components/update_client/test_installer.h
+++ b/components/update_client/test_installer.h
@@ -75,7 +75,7 @@ class VersionedTestInstaller : public TestInstaller {
~VersionedTestInstaller() override;
base::FilePath install_directory_;
- Version current_version_;
+ base::Version current_version_;
};
} // namespace update_client
« no previous file with comments | « components/update_client/crx_update_item.h ('k') | components/update_client/test_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698