summaryrefslogtreecommitdiffstats
path: root/content/public/app/startup_helper_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/app/startup_helper_win.h')
-rw-r--r--content/public/app/startup_helper_win.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/public/app/startup_helper_win.h b/content/public/app/startup_helper_win.h
index e3a796a6..6a26b20 100644
--- a/content/public/app/startup_helper_win.h
+++ b/content/public/app/startup_helper_win.h
@@ -5,7 +5,9 @@
#ifndef CONTENT_PUBLIC_APP_STARTUP_HELPER_WIN_H_
#define CONTENT_PUBLIC_APP_STARTUP_HELPER_WIN_H_
+namespace base {
class CommandLine;
+}
namespace sandbox {
struct SandboxInterfaceInfo;
@@ -28,7 +30,7 @@ void InitializeSandboxInfo(sandbox::SandboxInterfaceInfo* sandbox_info);
void RegisterInvalidParamHandler();
// Sets up the CRT's debugging macros to output to stdout.
-void SetupCRT(const CommandLine& command_line);
+void SetupCRT(const base::CommandLine& command_line);
} // namespace content