diff options
Diffstat (limited to 'content/browser/browser_main_loop.h')
-rw-r--r-- | content/browser/browser_main_loop.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h index e04999b..8f8af82 100644 --- a/content/browser/browser_main_loop.h +++ b/content/browser/browser_main_loop.h @@ -11,9 +11,8 @@ #include "content/browser/browser_process_sub_thread.h" #include "content/public/browser/browser_main_runner.h" -class CommandLine; - namespace base { +class CommandLine; class FilePath; class HighResolutionTimerManager; class MessageLoop; @@ -127,12 +126,12 @@ class CONTENT_EXPORT BrowserMainLoop { void MainMessageLoopRun(); - void InitStartupTracing(const CommandLine& command_line); + void InitStartupTracing(const base::CommandLine& command_line); void EndStartupTracing(const base::FilePath& trace_file); // Members initialized on construction --------------------------------------- const MainFunctionParams& parameters_; - const CommandLine& parsed_command_line_; + const base::CommandLine& parsed_command_line_; int result_code_; // True if the non-UI threads were created. bool created_threads_; |