summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/test_launcher_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/test_launcher_utils.h')
-rw-r--r--chrome/test/base/test_launcher_utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/base/test_launcher_utils.h b/chrome/test/base/test_launcher_utils.h
index 18d46b5..24bd23d 100644
--- a/chrome/test/base/test_launcher_utils.h
+++ b/chrome/test/base/test_launcher_utils.h
@@ -10,14 +10,16 @@
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
+namespace base {
class CommandLine;
+}
// A set of utilities for test code that launches separate processes.
namespace test_launcher_utils {
// Appends browser switches to provided |command_line| to be used
// when running under tests.
-void PrepareBrowserCommandLineForTests(CommandLine* command_line);
+void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
// Overrides the current process' user data dir.
bool OverrideUserDataDir(