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

Unified Diff: components/update_client/crx_update_item.h

Issue 1281313003: base: Remove using:: declaration from version.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 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/action_update_check.cc ('k') | components/update_client/test_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/crx_update_item.h
diff --git a/components/update_client/crx_update_item.h b/components/update_client/crx_update_item.h
index a9cf171bb5b99ad3d1f99f6c93dfe541ef5e7b63..34fed9dfb51b45a5d2f846b4eafaefa04de30f10 100644
--- a/components/update_client/crx_update_item.h
+++ b/components/update_client/crx_update_item.h
@@ -85,8 +85,8 @@ struct CrxUpdateItem {
std::vector<GURL> crx_diffurls;
// The from/to version and fingerprint values.
- Version previous_version;
- Version next_version;
+ base::Version previous_version;
+ base::Version next_version;
std::string previous_fp;
std::string next_fp;
« no previous file with comments | « components/update_client/action_update_check.cc ('k') | components/update_client/test_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698