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

Unified Diff: chrome/installer/util/google_update_settings.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/installer/util/google_update_settings.h
diff --git a/chrome/installer/util/google_update_settings.h b/chrome/installer/util/google_update_settings.h
index 8e99978f8fcc902edbb911b951315ad680d46314..e20243600e1ce125d45eaff2e06eee75a6f0d982 100644
--- a/chrome/installer/util/google_update_settings.h
+++ b/chrome/installer/util/google_update_settings.h
@@ -232,7 +232,7 @@ class GoogleUpdateSettings {
static base::string16 GetUninstallCommandLine(bool system_install);
// Returns the version of Google Update that is installed.
- static Version GetGoogleUpdateVersion(bool system_install);
+ static base::Version GetGoogleUpdateVersion(bool system_install);
// Returns the time at which Google Update last started an automatic update
// check, or the null time if this information isn't available.
« no previous file with comments | « chrome/installer/util/google_chrome_distribution_dummy.cc ('k') | chrome/installer/util/google_update_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698