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

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

Issue 12163003: Add FilePath to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/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/uninstall.h
diff --git a/chrome/installer/setup/uninstall.h b/chrome/installer/setup/uninstall.h
index 206bd35f2a2a69d1523b7de0175711cf3b6d6849..f76005b0d454d1d23c2eafa63e5e48fb73d6053e 100644
--- a/chrome/installer/setup/uninstall.h
+++ b/chrome/installer/setup/uninstall.h
@@ -14,7 +14,10 @@
class BrowserDistribution;
class CommandLine;
+
+namespace base {
class FilePath;
+}
namespace installer {
@@ -54,7 +57,7 @@ void RemoveChromeLegacyRegistryKeys(BrowserDistribution* dist,
installer::InstallStatus UninstallProduct(
const InstallationState& original_state,
const InstallerState& installer_state,
- const FilePath& setup_path,
+ const base::FilePath& setup_path,
const Product& dist,
bool remove_all,
bool force_uninstall,
« no previous file with comments | « chrome/installer/setup/setup_util.h ('k') | chrome/installer/test/alternate_version_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698