Index: content/public/app/startup_helper_win.h |
diff --git a/content/public/app/startup_helper_win.h b/content/public/app/startup_helper_win.h |
index e3a796a6c2c1793ab0719faa81c9961a24d85ef5..6a26b20bf84f72cc859ff85b5069f8e4a9727d90 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 |