| Index: chrome/installer/util/user_experiment.h
|
| diff --git a/chrome/installer/util/user_experiment.h b/chrome/installer/util/user_experiment.h
|
| index 98fce5f8eb9a3473a60b5ef9f482dd51daad171b..7856f77452f64a25bfaecfef511dbccd5d45b81b 100644
|
| --- a/chrome/installer/util/user_experiment.h
|
| +++ b/chrome/installer/util/user_experiment.h
|
| @@ -11,9 +11,8 @@
|
| #include "base/strings/string16.h"
|
| #include "chrome/installer/util/util_constants.h"
|
|
|
| -class CommandLine;
|
| -
|
| namespace base {
|
| +class CommandLine;
|
| class FilePath;
|
| }
|
|
|
| @@ -52,7 +51,7 @@ bool CreateExperimentDetails(int flavor, ExperimentDetails* experiment);
|
| // After an install or upgrade the user might qualify to participate in an
|
| // experiment. This function determines if the user qualifies and if so it
|
| // sets the wheels in motion or in simple cases does the experiment itself.
|
| -void LaunchBrowserUserExperiment(const CommandLine& base_command,
|
| +void LaunchBrowserUserExperiment(const base::CommandLine& base_command,
|
| InstallStatus status,
|
| bool system_level);
|
|
|
|
|