summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/extensions/application_launch.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/extensions/application_launch.h')
-rw-r--r--chrome/browser/ui/extensions/application_launch.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/ui/extensions/application_launch.h b/chrome/browser/ui/extensions/application_launch.h
index 280d549..e18211a 100644
--- a/chrome/browser/ui/extensions/application_launch.h
+++ b/chrome/browser/ui/extensions/application_launch.h
@@ -14,9 +14,12 @@
#include "url/gurl.h"
class Browser;
-class CommandLine;
class Profile;
+namespace base {
+class CommandLine;
+}
+
namespace content {
class WebContents;
}
@@ -72,7 +75,7 @@ struct AppLaunchParams {
// If non-empty, information from the command line may be passed on to the
// application.
- CommandLine command_line;
+ base::CommandLine command_line;
// If non-empty, the current directory from which any relative paths on the
// command line should be expanded from.