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

Unified Diff: chrome/installer/setup/setup_util.h

Issue 14099010: Move Version to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « chrome/installer/setup/install_worker.h ('k') | chrome/installer/test/alternate_version_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/setup_util.h
diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
index 1d817ce0c905b20d55664bb6ae9001223531f13e..cfd993f0d2509fb31c52ed21859f79b097c8ebf8 100644
--- a/chrome/installer/setup/setup_util.h
+++ b/chrome/installer/setup/setup_util.h
@@ -16,10 +16,10 @@
#include "chrome/installer/util/util_constants.h"
class CommandLine;
-class Version;
namespace base {
class FilePath;
+class Version;
}
namespace installer {
@@ -57,7 +57,7 @@ bool DeleteFileFromTempProcess(const base::FilePath& path,
// (|installer_version|).
bool GetExistingHigherInstaller(const InstallationState& original_state,
bool system_install,
- const Version& installer_version,
+ const base::Version& installer_version,
base::FilePath* setup_exe);
// Invokes the pre-existing |setup_exe| to handle the current operation (as
« no previous file with comments | « chrome/installer/setup/install_worker.h ('k') | chrome/installer/test/alternate_version_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698