Index: chrome/browser/process_singleton_modal_dialog_lock.h |
diff --git a/chrome/browser/process_singleton_modal_dialog_lock.h b/chrome/browser/process_singleton_modal_dialog_lock.h |
index d287865df0285a8b29f7942ac62798dd9d076fe2..73b7e7c13c7d77119cbda91f167bee6aaed7d341 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_; |