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

Unified Diff: chrome/installer/util/installation_validator.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/util/helper.h ('k') | chrome/installer/util/installer_util_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/installation_validator.h
diff --git a/chrome/installer/util/installation_validator.h b/chrome/installer/util/installation_validator.h
index 6315a74e76b3eac229904007969a32b61eb89fcd..dfc7c3e44802a78ddda392756ef3ea866cebffe5 100644
--- a/chrome/installer/util/installation_validator.h
+++ b/chrome/installer/util/installation_validator.h
@@ -15,7 +15,10 @@
#include "chrome/installer/util/browser_distribution.h"
class CommandLine;
+
+namespace base {
class FilePath;
+}
namespace installer {
@@ -214,7 +217,7 @@ class InstallationValidator {
const ProductState& binaries_state,
bool* is_valid);
static void ValidateSetupPath(const ProductContext& ctx,
- const FilePath& setup_exe,
+ const base::FilePath& setup_exe,
const char* purpose,
bool* is_valid);
static void ValidateCommandExpectations(const ProductContext& ctx,
« no previous file with comments | « chrome/installer/util/helper.h ('k') | chrome/installer/util/installer_util_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698