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

Unified Diff: chrome/installer/setup/uninstall.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/installer/setup/setup_util.h ('k') | chrome/installer/util/chrome_app_host_operations.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/uninstall.h
diff --git a/chrome/installer/setup/uninstall.h b/chrome/installer/setup/uninstall.h
index 96c34110a4d041829d7df582952ba32517d3753c..2c9151c25dd3a9fef6e1655ccce94ff9267ce4e9 100644
--- a/chrome/installer/setup/uninstall.h
+++ b/chrome/installer/setup/uninstall.h
@@ -13,9 +13,9 @@
#include "chrome/installer/util/util_constants.h"
class BrowserDistribution;
-class CommandLine;
namespace base {
+class CommandLine;
class FilePath;
}
@@ -76,7 +76,7 @@ installer::InstallStatus UninstallProduct(
const Product& dist,
bool remove_all,
bool force_uninstall,
- const CommandLine& cmd_line);
+ const base::CommandLine& cmd_line);
// Cleans up the installation directory after all uninstall operations have
// completed. Depending on what products are remaining, setup.exe and the
« no previous file with comments | « chrome/installer/setup/setup_util.h ('k') | chrome/installer/util/chrome_app_host_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698