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

Unified Diff: chrome/browser/process_singleton_startup_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_modal_dialog_lock.h ('k') | chrome/browser/profiles/profile_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/process_singleton_startup_lock.h
diff --git a/chrome/browser/process_singleton_startup_lock.h b/chrome/browser/process_singleton_startup_lock.h
index 26c00bc9da6741bd6bb867878a9cba57a963e35f..187dd35bce3d95a15b1008331a86f5702665871a 100644
--- a/chrome/browser/process_singleton_startup_lock.h
+++ b/chrome/browser/process_singleton_startup_lock.h
@@ -41,10 +41,10 @@ class ProcessSingletonStartupLock : public base::NonThreadSafe {
bool locked() { return locked_; }
private:
- typedef std::pair<CommandLine::StringVector, base::FilePath>
+ typedef std::pair<base::CommandLine::StringVector, base::FilePath>
DelayedStartupMessage;
- bool NotificationCallbackImpl(const CommandLine& command_line,
+ bool NotificationCallbackImpl(const base::CommandLine& command_line,
const base::FilePath& current_directory);
bool locked_;
« no previous file with comments | « chrome/browser/process_singleton_modal_dialog_lock.h ('k') | chrome/browser/profiles/profile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698