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

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

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/common/switch_utils.h ('k') | chrome/installer/setup/setup_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/install_worker.h
diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h
index abcd1e563cda51d06f9ae4a3d6f55fb9137bc6e7..41d1b042d91b776de04264555a916d9a18f2960e 100644
--- a/chrome/installer/setup/install_worker.h
+++ b/chrome/installer/setup/install_worker.h
@@ -13,10 +13,10 @@
#include <vector>
class BrowserDistribution;
-class CommandLine;
class WorkItemList;
namespace base {
+class CommandLine;
class FilePath;
class Version;
}
@@ -161,7 +161,7 @@ void AddDeleteOldIELowRightsPolicyWorkItems(
// Utility method currently shared between install.cc and install_worker.cc
void AppendUninstallCommandLineFlags(const InstallerState& installer_state,
const Product& product,
- CommandLine* uninstall_cmd);
+ base::CommandLine* uninstall_cmd);
// Refreshes the elevation policy on platforms where it is supported.
void RefreshElevationPolicy();
« no previous file with comments | « chrome/common/switch_utils.h ('k') | chrome/installer/setup/setup_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698