summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_modal_dialog_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/process_singleton_modal_dialog_lock.h')
-rw-r--r--chrome/browser/process_singleton_modal_dialog_lock.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/process_singleton_modal_dialog_lock.h b/chrome/browser/process_singleton_modal_dialog_lock.h
index d287865..73b7e7c1 100644
--- a/chrome/browser/process_singleton_modal_dialog_lock.h
+++ b/chrome/browser/process_singleton_modal_dialog_lock.h
@@ -10,9 +10,8 @@
#include "chrome/browser/process_singleton.h"
#include "ui/gfx/native_widget_types.h"
-class CommandLine;
-
namespace base {
+class CommandLine;
class FilePath;
}
@@ -51,7 +50,7 @@ class ProcessSingletonModalDialogLock {
ProcessSingleton::NotificationCallback AsNotificationCallback();
private:
- bool NotificationCallbackImpl(const CommandLine& command_line,
+ bool NotificationCallbackImpl(const base::CommandLine& command_line,
const base::FilePath& current_directory);
gfx::NativeWindow active_dialog_;