| Index: chrome/installer/util/installation_validator.h
|
| diff --git a/chrome/installer/util/installation_validator.h b/chrome/installer/util/installation_validator.h
|
| index 3dcc583a5f4b4332d0cd03cb9950552b63713259..46212f6bc144054e6633d4624669e0c65d3db519 100644
|
| --- a/chrome/installer/util/installation_validator.h
|
| +++ b/chrome/installer/util/installation_validator.h
|
| @@ -15,9 +15,8 @@
|
| #include "base/strings/string16.h"
|
| #include "chrome/installer/util/browser_distribution.h"
|
|
|
| -class CommandLine;
|
| -
|
| namespace base {
|
| +class CommandLine;
|
| class FilePath;
|
| }
|
|
|
| @@ -231,12 +230,12 @@ class InstallationValidator {
|
| const base::string16& purpose,
|
| bool* is_valid);
|
| static void ValidateCommandExpectations(const ProductContext& ctx,
|
| - const CommandLine& command,
|
| + const base::CommandLine& command,
|
| const SwitchExpectations& expected,
|
| const base::string16& source,
|
| bool* is_valid);
|
| static void ValidateUninstallCommand(const ProductContext& ctx,
|
| - const CommandLine& command,
|
| + const base::CommandLine& command,
|
| const base::string16& source,
|
| bool* is_valid);
|
| static void ValidateRenameCommand(const ProductContext& ctx,
|
|
|