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

Unified Diff: chrome/browser/component_updater/component_updater_service.h

Issue 100543005: Update all users of base::Version to explicitly specify the namespace, and clean up the header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: someday it will work Created 7 years 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
Index: chrome/browser/component_updater/component_updater_service.h
diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h
index 8f3f8b674715c8d37d96e90396478d862f48c2d3..1a1494003477002fef62bf7501728eeaee8c89cc 100644
--- a/chrome/browser/component_updater/component_updater_service.h
+++ b/chrome/browser/component_updater/component_updater_service.h
@@ -100,7 +100,7 @@ struct CrxComponent {
std::vector<uint8> pk_hash;
ComponentInstaller* installer;
ComponentObserver* observer;
- Version version;
+ base::Version version;
std::string fingerprint;
std::string name;
CrxComponent();

Powered by Google App Engine
This is Rietveld 408576698