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

Unified Diff: win8/delegate_execute/delegate_execute_operation.cc

Issue 819223002: Make callers of CommandLine use it via the base:: namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years 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 | « win8/delegate_execute/delegate_execute.cc ('k') | win8/delegate_execute/delegate_execute_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/delegate_execute_operation.cc
diff --git a/win8/delegate_execute/delegate_execute_operation.cc b/win8/delegate_execute/delegate_execute_operation.cc
index ac364273b8ea557c86388409f28874c00c19e0ba..a4a61a12d6565cede265cdc06022601facc8c2c0 100644
--- a/win8/delegate_execute/delegate_execute_operation.cc
+++ b/win8/delegate_execute/delegate_execute_operation.cc
@@ -20,7 +20,7 @@ DelegateExecuteOperation::DelegateExecuteOperation()
DelegateExecuteOperation::~DelegateExecuteOperation() {
}
-bool DelegateExecuteOperation::Init(const CommandLine* cmd_line) {
+bool DelegateExecuteOperation::Init(const base::CommandLine* cmd_line) {
if (base::win::GetVersion() >= base::win::VERSION_WIN7) {
base::FilePath shortcut(
cmd_line->GetSwitchValuePath(switches::kRelaunchShortcut));
« no previous file with comments | « win8/delegate_execute/delegate_execute.cc ('k') | win8/delegate_execute/delegate_execute_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698