Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2303)

Unified Diff: chrome/browser/process_singleton_modal_dialog_lock.h

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/process_singleton.h ('k') | chrome/browser/process_singleton_startup_lock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/process_singleton.h ('k') | chrome/browser/process_singleton_startup_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698